1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-27 10:03:23 +00:00

[PM-32442] Enforce tsc-strict on desktop and CLI apps (#19058)

* fix: ts-strict not applying to desktop

* fix: ts-strict not applying to cli

* fix: desktop ESM module resolution in storybook
This commit is contained in:
Andreas Coroiu
2026-02-24 09:20:44 +01:00
committed by GitHub
parent 663a6e849b
commit 69f0e61cda
16 changed files with 36 additions and 3 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 * as fs from "fs";
import * as path from "path";