mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-29 08:02:34 +02:00
10 lines
190 B
JSON
10 lines
190 B
JSON
{
|
|
"compilerOptions": {
|
|
"skipLibCheck": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"strict": true
|
|
},
|
|
"include": ["schemas/**/*.ts"]
|
|
}
|