Support sourceMaps
This commit is contained in:
parent
b8fa3e8c73
commit
75278e2890
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"extends": "../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "../dist/shared",
|
||||
|
||||
"outDir": "../dist/shared"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"module": "commonjs",
|
||||
"target": "es2015",
|
||||
"noImplicitAny": false,
|
||||
"sourceMap": false,
|
||||
"sourceMap": true,
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"importHelpers": true,
|
||||
|
@ -32,6 +32,7 @@
|
|||
"resolveJsonModule": true,
|
||||
"strict": false,
|
||||
"skipLibCheck": true,
|
||||
"composite": true
|
||||
"composite": true,
|
||||
"declarationMap": true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue