mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-23 16:38:45 +01:00
allow decorators
This commit is contained in:
parent
7fb07db08a
commit
e29c374921
@ -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": ".",
|
||||||
|
Loading…
Reference in New Issue
Block a user