allow decorators

This commit is contained in:
Kyle Spearrin 2018-07-25 09:58:01 -04:00
parent 7fb07db08a
commit e29c374921
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
"target": "ES2016",
"module": "es6",
"noImplicitAny": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowJs": true,
"sourceMap": true,
"baseUrl": ".",