Enable typescript source map
This commit is contained in:
parent
0e1e9d85e7
commit
ad9885cd6c
3 changed files with 5 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
"noUnusedLocals": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"declaration": false,
|
||||
"sourceMap": false,
|
||||
"sourceMap": true,
|
||||
"target": "es2017",
|
||||
"module": "commonjs",
|
||||
"removeComments": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue