refactor: Upgrade to Fusebox 2.0

This commit is contained in:
NGPixel
2017-05-04 22:41:33 -04:00
parent 3e1c4a086c
commit 3fa941ce19
7 changed files with 76 additions and 23 deletions

15
tsconfig.json Normal file
View File

@@ -0,0 +1,15 @@
{
"compilerOptions": {
"allowJs": true,
"alwaysStrict": true,
"module": "commonjs",
"moduleResolution": "node",
"noImplicitAny": true,
"preserveConstEnums": true,
"removeComments": true,
"sourceMap": false,
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true,
"target": "es5"
}
}