mirror of
https://github.com/bitwarden/browser
synced 2026-01-02 08:33:43 +00:00
switch to webpack
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
"compilerOptions": {
|
||||
"pretty": true,
|
||||
"moduleResolution": "node",
|
||||
"target": "ES6",
|
||||
"module": "commonjs",
|
||||
"target": "ES2016",
|
||||
"module": "es6",
|
||||
"noImplicitAny": true,
|
||||
"allowJs": true,
|
||||
"sourceMap": true,
|
||||
@@ -24,8 +24,7 @@
|
||||
"jslib/dist",
|
||||
"jslib/spec",
|
||||
"jslib/src/electron",
|
||||
"jslib/src/angular/components/modal.component.ts",
|
||||
"jslib/src/angular/dummy.module.ts",
|
||||
"jslib/src/angular",
|
||||
"build"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user