1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-02 00:23:35 +00:00

stub out angular with webpack

This commit is contained in:
Kyle Spearrin
2018-04-03 22:14:54 -04:00
parent 848117ff86
commit 4d56d12ccb
19 changed files with 1225 additions and 38 deletions

View File

@@ -2,6 +2,8 @@
"compilerOptions": {
"moduleResolution": "node",
"noImplicitAny": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"module": "es6",
"target": "ES2016",
"allowJs": true,
@@ -20,6 +22,7 @@
"dist",
"jslib/dist",
"build",
"build2",
"build.safariextension",
"coverage",
"store",