1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 22:44:11 +00:00

PM-14445: Cli remove

No KM files to check, the `tsc-strict` fails when there is no files.
This commit is contained in:
Maciej Zieniuk
2024-11-04 16:01:12 +00:00
parent 7c6df1bb0d
commit 85cbea7513

View File

@@ -1,12 +0,0 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"plugins": [
{
"name": "typescript-strict-plugin",
"paths": ["./"],
"excludePattern": ["**/*.spec.ts"]
}
]
}
}