Update config file

pull/73/head
MillenniumEarl 2021-02-16 11:13:40 +01:00
parent dbc12dc09b
commit 581d83ef84
1 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,9 @@
"moduleResolution": "node",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"incremental": true
"incremental": true,
"sourceMap": true,
"alwaysStrict": true
},
"include": ["./src/**/*.ts"]
}