Add parameters

pull/73/head
MillenniumEarl 2021-02-20 18:23:13 +01:00
parent ae3473e587
commit 1ff4e8d3dd
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
{ {
"compileOnSave": true,
"compilerOptions": { "compilerOptions": {
"experimentalDecorators": true, "experimentalDecorators": true,
"outDir": "./dist", "outDir": "./dist",
@ -10,7 +11,7 @@
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"incremental": true, "incremental": true,
"sourceMap": true, "sourceMap": true,
"alwaysStrict": true "alwaysStrict": true,
}, },
"include": ["./src/**/*.ts"] "include": ["./src/**/*.ts"]
} }