1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-06 05:28:51 +02:00

allow decorators

This commit is contained in:
Kyle Spearrin 2018-07-25 09:58:01 -04:00
parent 7fb07db08a
commit e29c374921

View File

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