1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-11 09:11:50 +00:00
tobspr_shapez.io/electron/tsconfig.json
Даниїл Григор'єв ad8e39bdf4
WIP: Basic ASAR modding in renderer
Also fix a few issues in Electron code. This is not as polished yet, UI
from old mod support was reused for now and is likely broken. Mods can
be loaded, but there isn't much QoL around the support for now.
2025-04-12 20:06:03 +03:00

10 lines
177 B
JSON

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