1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-24 10:14:48 +02: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,