1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00

es5 support

This commit is contained in:
Kyle Spearrin
2018-06-05 09:34:08 -04:00
parent 29d0803a5c
commit 82c5a53f5d
4 changed files with 10 additions and 4 deletions

View File

@@ -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": [],