mirror of
https://github.com/bitwarden/browser
synced 2026-02-06 19:53:59 +00:00
Task 2.1
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base",
|
||||
"compilerOptions": {
|
||||
"strict": true
|
||||
},
|
||||
"include": ["src", "spec"],
|
||||
"exclude": ["node_modules", "dist"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user