mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-28 23:52:34 +02:00
18 lines
435 B
JSON
18 lines
435 B
JSON
{
|
|
"compilerOptions": {
|
|
"incremental": true,
|
|
"skipLibCheck": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"strict": false,
|
|
"esModuleInterop": false,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"allowJs": false,
|
|
"resolveJsonModule": true,
|
|
"declaration": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["**/*.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|