Inline sourcemaps and source when compiling TS

This commit is contained in:
Jerko Steiner 2019-03-26 20:00:16 +08:00
parent 289ea00de8
commit 1e7ea06f3d

View File

@ -3,7 +3,8 @@
"composite": true,
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"inlineSourceMap": true,
"inlineSources": true,
"lib": ["es2015", "dom"],
"target": "es3",
@ -12,7 +13,7 @@
"noImplicitAny": true,
"strict": true,
"skipLibCheck": true,
"noUnusedLocals": true,
"noUnusedLocals": false,
"esModuleInterop": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,