Add parameters
parent
ae3473e587
commit
1ff4e8d3dd
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"compileOnSave": true,
|
||||
"compilerOptions": {
|
||||
"experimentalDecorators": true,
|
||||
"outDir": "./dist",
|
||||
|
@ -10,7 +11,7 @@
|
|||
"allowSyntheticDefaultImports": true,
|
||||
"incremental": true,
|
||||
"sourceMap": true,
|
||||
"alwaysStrict": true
|
||||
"alwaysStrict": true,
|
||||
},
|
||||
"include": ["./src/**/*.ts"]
|
||||
}
|
Loading…
Reference in New Issue