Optimize build
This commit is contained in:
parent
935d3796b0
commit
dfaaa08433
3 changed files with 8 additions and 27 deletions
|
|
@ -2,7 +2,6 @@
|
|||
"compilerOptions": {
|
||||
"outDir": "lib",
|
||||
"sourceMap": true,
|
||||
"noImplicitAny": false,
|
||||
"target": "es5",
|
||||
"downlevelIteration": true,
|
||||
"allowJs": true,
|
||||
|
|
@ -10,7 +9,7 @@
|
|||
"strict": true,
|
||||
"experimentalDecorators": true,
|
||||
"moduleResolution": "Node",
|
||||
"module": "commonjs",
|
||||
"module": "es6",
|
||||
"declaration": true,
|
||||
"composite": true,
|
||||
"declarationMap": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue