mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
es5 support
This commit is contained in:
@@ -4,8 +4,9 @@
|
||||
"noImplicitAny": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"module": "es6",
|
||||
"target": "ES2016",
|
||||
"module": "commonjs",
|
||||
"target": "es5",
|
||||
"lib": ["es5", "es6", "dom"],
|
||||
"allowJs": true,
|
||||
"sourceMap": true,
|
||||
"types": [],
|
||||
|
||||
Reference in New Issue
Block a user