mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-19 20:32:35 +02:00
16 lines
359 B
JSON
16 lines
359 B
JSON
{
|
|
"compilerOptions": {
|
|
"incremental": true,
|
|
"skipLibCheck": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"allowJs": true,
|
|
"resolveJsonModule": true,
|
|
"declaration": true
|
|
},
|
|
"include": ["schemas"]
|
|
}
|