mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2026-02-03 06:13:24 -08:00
15 lines
380 B
JSON
15 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
|
|
}
|
|
}
|