Inline sourcemaps and source when compiling TS
This commit is contained in:
parent
289ea00de8
commit
1e7ea06f3d
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user