1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-11 09:11:50 +00:00
tobspr_shapez.io/tsconfig.json

16 lines
361 B
JSON
Raw Normal View History

{
"extends": ["@tsconfig/node-lts/tsconfig"],
"include": ["./*", "./gulp/**/*"],
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"module": "nodenext",
"moduleResolution": "nodenext",
"noEmit": true,
"resolveJsonModule": true,
// remove when comfortable
"strict": false
}
}