1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-04 10:43:47 +00:00

reverted removal of @ts-strict-ignore

This commit is contained in:
John Harrington
2025-09-26 14:11:09 -07:00
parent d80aa372c0
commit 95a66ef33c
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
// FIXME: Update this file to be type safe and remove this and next line
// @ts-strict-ignore
import { CommonModule } from "@angular/common";
import { Component, effect, input } from "@angular/core";
import { firstValueFrom, map } from "rxjs";

View File

@@ -1,3 +1,5 @@
// FIXME: Update this file to be type safe and remove this and next line
// @ts-strict-ignore
import { CommonModule } from "@angular/common";
import {
AfterViewInit,