Properly generate sourceMap and add launch config for chrome debugging

This commit is contained in:
Johannes Loher 2021-03-17 12:30:44 +01:00
parent 5d0ccf8e3e
commit 39b3affed9
2 changed files with 18 additions and 1 deletions

View file

@ -6,7 +6,8 @@
"esModuleInterop": true,
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
"strict": true
"strict": true,
"sourceMap": true
},
"include": ["src"]
}