mirror of
https://github.com/brian8544/turtle-wow.git
synced 2024-12-29 02:44:34 +00:00
21 lines
453 B
JSON
21 lines
453 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ESNext",
|
||
|
"module": "NodeNext",
|
||
|
"moduleResolution": "NodeNext",
|
||
|
"allowJs": true,
|
||
|
"skipLibCheck": true,
|
||
|
"strict": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"noEmit": true,
|
||
|
"esModuleInterop": true,
|
||
|
"resolveJsonModule": true,
|
||
|
"isolatedModules": true,
|
||
|
"incremental": true,
|
||
|
"noUncheckedIndexedAccess": true,
|
||
|
"rootDir": "src"
|
||
|
},
|
||
|
"include": ["src/**/*.ts"],
|
||
|
"exclude": ["node_modules"],
|
||
|
}
|