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:
@@ -108,7 +108,7 @@ const renderer = {
|
||||
},
|
||||
plugins: [
|
||||
new AngularCompilerPlugin({
|
||||
tsConfigPath: 'tsconfig.json',
|
||||
tsConfigPath: 'tsconfig.renderer.json',
|
||||
entryModule: 'src/app/app.module#AppModule',
|
||||
sourceMap: true,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user