9 lines
182 B
JSON
9 lines
182 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"sourceMap": true,
|
|
"noEmit": false,
|
|
"incremental": true,
|
|
"outDir": "build/debug"
|
|
}
|
|
}
|