Compare commits
2 Commits
831f0ff74c
...
ef9f75240d
Author | SHA1 | Date | |
---|---|---|---|
ef9f75240d | |||
e4528e8f1b |
|
@ -1,12 +1,10 @@
|
||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"target": "es2016",
|
"target": "es2016",
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"outDir": "./dist",
|
"outDir": "./dist",
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"inlineSourceMap": true,
|
"inlineSourceMap": true
|
||||||
"experimentalDecorators": true,
|
}
|
||||||
"emitDecoratorMetadata": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user