mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-12-10 00:31:51 +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
|
|
}
|
|
}
|