1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-06 04:23:19 +00: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",
"module": "es6",
"noImplicitAny": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowJs": true,
"sourceMap": true,
"baseUrl": ".",