Fix a few more errors

This commit is contained in:
Matt Bierner
2017-11-06 13:31:06 -08:00
parent b743e245ad
commit ab1d686a41
7 changed files with 21 additions and 18 deletions

View File

@@ -6,6 +6,9 @@
],
"module": "commonjs",
"outDir": "./out",
"typeRoots": [
"./node_modules/@types"
],
"strict": true,
"experimentalDecorators": true
},