1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-06 19:53:59 +00:00
This commit is contained in:
Hinton
2025-07-22 14:25:25 +02:00
parent 5ca1d78975
commit 74cac51fcd
2 changed files with 4 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
- Implement automated testing for strict mode compliance
- [ ] 2. Migrate core platform libraries
- [ ] 2.1 Migrate libs/platform to strict mode
- [x] 2.1 Migrate libs/platform to strict mode
- Remove @ts-strict-ignore comments from platform library files
- Fix null/undefined safety violations in platform abstractions

View File

@@ -1,5 +1,8 @@
{
"extends": "../../tsconfig.base",
"compilerOptions": {
"strict": true
},
"include": ["src", "spec"],
"exclude": ["node_modules", "dist"]
}