1
0
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:
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

@@ -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 {
}