Properly generate sourceMap and add launch config for chrome debugging
This commit is contained in:
parent
5d0ccf8e3e
commit
39b3affed9
2 changed files with 18 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
|||
"esModuleInterop": true,
|
||||
"moduleResolution": "node",
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"strict": true
|
||||
"strict": true,
|
||||
"sourceMap": true
|
||||
},
|
||||
"include": ["src"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue