1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-13 02:01:51 +00:00
tobspr_shapez.io/electron/tsconfig.json

10 lines
177 B
JSON
Raw Normal View History

{
"extends": "../tsconfig.json",
"include": ["./src/**/*"],
"compilerOptions": {
"noEmit": false,
"outDir": "./dist",
"strict": true
}
}