mirror of
https://github.com/bitwarden/cli
synced 2025-12-06 04:23:19 +00:00
allow decorators
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
"target": "ES2016",
|
||||
"module": "es6",
|
||||
"noImplicitAny": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"allowJs": true,
|
||||
"sourceMap": true,
|
||||
"baseUrl": ".",
|
||||
|
||||
Reference in New Issue
Block a user