mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-12-11 09:11:50 +00:00
16 lines
380 B
JSON
16 lines
380 B
JSON
|
|
{
|
||
|
|
"extends": ["@tsconfig/node-lts/tsconfig"],
|
||
|
|
"include": ["./*", "./electron/**/*", "./gulp/**/*"],
|
||
|
|
"compilerOptions": {
|
||
|
|
"allowJs": true,
|
||
|
|
"checkJs": true,
|
||
|
|
"module": "nodenext",
|
||
|
|
"moduleResolution": "nodenext",
|
||
|
|
"noEmit": true,
|
||
|
|
"resolveJsonModule": true,
|
||
|
|
|
||
|
|
// remove when comfortable
|
||
|
|
"strict": false
|
||
|
|
}
|
||
|
|
}
|