mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-23 16:38:45 +01:00
Add strict to missed components tsconfig (#12429)
This commit is contained in:
parent
edf90e62e7
commit
6132df395c
@ -1,3 +1,5 @@
|
|||||||
|
// FIXME: Update this file to be type safe and remove this and next line
|
||||||
|
// @ts-strict-ignore
|
||||||
import { Component, DebugElement } from "@angular/core";
|
import { Component, DebugElement } from "@angular/core";
|
||||||
import { ComponentFixture, TestBed, waitForAsync } from "@angular/core/testing";
|
import { ComponentFixture, TestBed, waitForAsync } from "@angular/core/testing";
|
||||||
import { By } from "@angular/platform-browser";
|
import { By } from "@angular/platform-browser";
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// FIXME: Update this file to be type safe and remove this and next line
|
||||||
|
// @ts-strict-ignore
|
||||||
import { FormControl } from "@angular/forms";
|
import { FormControl } from "@angular/forms";
|
||||||
|
|
||||||
import { forbiddenCharacters } from "./forbidden-characters.validator";
|
import { forbiddenCharacters } from "./forbidden-characters.validator";
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// FIXME: Update this file to be type safe and remove this and next line
|
||||||
|
// @ts-strict-ignore
|
||||||
import { FormControl } from "@angular/forms";
|
import { FormControl } from "@angular/forms";
|
||||||
|
|
||||||
import { trimValidator as validate } from "./trim.validator";
|
import { trimValidator as validate } from "./trim.validator";
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// FIXME: Update this file to be type safe and remove this and next line
|
||||||
|
// @ts-strict-ignore
|
||||||
import { Component } from "@angular/core";
|
import { Component } from "@angular/core";
|
||||||
import { ComponentFixture, TestBed, waitForAsync } from "@angular/core/testing";
|
import { ComponentFixture, TestBed, waitForAsync } from "@angular/core/testing";
|
||||||
import { By } from "@angular/platform-browser";
|
import { By } from "@angular/platform-browser";
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// FIXME: Update this file to be type safe and remove this and next line
|
||||||
|
// @ts-strict-ignore
|
||||||
import { Component } from "@angular/core";
|
import { Component } from "@angular/core";
|
||||||
import { ComponentFixture, TestBed, waitForAsync } from "@angular/core/testing";
|
import { ComponentFixture, TestBed, waitForAsync } from "@angular/core/testing";
|
||||||
import { By } from "@angular/platform-browser";
|
import { By } from "@angular/platform-browser";
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// FIXME: Update this file to be type safe and remove this and next line
|
||||||
|
// @ts-strict-ignore
|
||||||
import { Component } from "@angular/core";
|
import { Component } from "@angular/core";
|
||||||
import { ComponentFixture, TestBed, waitForAsync } from "@angular/core/testing";
|
import { ComponentFixture, TestBed, waitForAsync } from "@angular/core/testing";
|
||||||
import { By } from "@angular/platform-browser";
|
import { By } from "@angular/platform-browser";
|
||||||
|
@ -22,7 +22,12 @@
|
|||||||
"@bitwarden/common/*": ["../common/src/*"],
|
"@bitwarden/common/*": ["../common/src/*"],
|
||||||
"@bitwarden/angular/*": ["../angular/src/*"],
|
"@bitwarden/angular/*": ["../angular/src/*"],
|
||||||
"@bitwarden/platform": ["../platform/src"]
|
"@bitwarden/platform": ["../platform/src"]
|
||||||
}
|
},
|
||||||
|
"plugins": [
|
||||||
|
{
|
||||||
|
"name": "typescript-strict-plugin"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"angularCompilerOptions": {
|
"angularCompilerOptions": {
|
||||||
"enableI18nLegacyMessageIdFormat": false,
|
"enableI18nLegacyMessageIdFormat": false,
|
||||||
|
Loading…
Reference in New Issue
Block a user