1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 22:03:36 +00:00

Cleanup tsconfig (#866)

* Simplify tsconfig

* Add separate tsconfig for renderer to get rid of last warnings
This commit is contained in:
Oscar Hinton
2021-05-05 09:47:35 +02:00
committed by GitHub
parent 2bdd7413aa
commit 266f089b3e
6 changed files with 20 additions and 27 deletions

View File

@@ -108,7 +108,7 @@ const renderer = {
},
plugins: [
new AngularCompilerPlugin({
tsConfigPath: 'tsconfig.json',
tsConfigPath: 'tsconfig.renderer.json',
entryModule: 'src/app/app.module#AppModule',
sourceMap: true,
}),