1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-10 00:31:51 +00:00
tobspr_shapez.io/tsconfig.json
Даниїл Григор'єв 6695aa0fa0
Remove most of "preloader" code (#60)
Make the build process less complicated and reduce scatter
of renderer source code.
2025-04-06 23:13:13 +03:00

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
}
}