mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-12-13 10:11:50 +00:00
9 lines
153 B
JSON
9 lines
153 B
JSON
|
|
{
|
||
|
|
"extends": "../tsconfig.json",
|
||
|
|
"include": ["./src/**/*"],
|
||
|
|
"compilerOptions": {
|
||
|
|
"noEmit": false,
|
||
|
|
"outDir": "./dist"
|
||
|
|
}
|
||
|
|
}
|