1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

use es6 modules

This commit is contained in:
Kyle Spearrin
2018-01-08 16:48:05 -05:00
parent bb98c7e4da
commit 17ff302e1d

View File

@@ -1,7 +1,8 @@
{
"compilerOptions": {
"moduleResolution": "node",
"noImplicitAny": true,
"module": "commonjs",
"module": "es6",
"target": "ES2016",
"allowJs": true,
"sourceMap": true,