Set sourceMap instead of inline

This commit is contained in:
Franck Royer
2021-07-14 11:56:49 +10:00
parent 70058f0e36
commit 7fa919273b
+1 -1
View File
@@ -7,7 +7,7 @@
"moduleResolution": "node",
"module": "commonjs",
"declaration": true,
"inlineSourceMap": true,
"sourceMap": true,
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */,
"resolveJsonModule": true /* Include modules imported with .json extension. */,