chore: redefine tsc config
This commit is contained in:
parent
fcda3b1952
commit
bd4febe6f3
2 changed files with 5 additions and 3 deletions
|
|
@ -2,6 +2,8 @@
|
|||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"sourceMap": true,
|
||||
"declarationMap": true,
|
||||
"declaration": true,
|
||||
"noEmit": false,
|
||||
"incremental": true,
|
||||
"outDir": "build/debug"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue