mirror of https://github.com/waku-org/js-waku.git
Set sourceMap instead of inline
This commit is contained in:
parent
70058f0e36
commit
7fa919273b
|
@ -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. */,
|
||||
|
||||
|
|
Loading…
Reference in New Issue