mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 10:43:35 +00:00
Cleanup tsconfig (#866)
* Simplify tsconfig * Add separate tsconfig for renderer to get rid of last warnings
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
|
||||
import { InputVerbatimDirective } from 'jslib/angular/directives/input-verbatim.directive';
|
||||
import { SearchPipe } from 'jslib/angular/pipes/search.pipe';
|
||||
|
||||
@NgModule({
|
||||
imports: [],
|
||||
declarations: [
|
||||
InputVerbatimDirective,
|
||||
SearchPipe,
|
||||
],
|
||||
})
|
||||
export class DummyModule {
|
||||
}
|
||||
Reference in New Issue
Block a user