[PE-239] chore: add strictNullCheck flag to the editor package (#6439)

* chore: add strictNullCheck flag

* fix: types and errors

* chore: update error handling
This commit is contained in:
Aaryan Khandelwal 2025-02-19 15:13:37 +05:30 committed by GitHub
parent f9d154dd82
commit 7e0ac10fe8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 63 additions and 39 deletions

View file

@ -12,6 +12,7 @@
"@/styles/*": ["src/styles/*"],
"@/plane-editor/*": ["src/ce/*"]
},
"strictNullChecks": true,
"allowSyntheticDefaultImports": true
},
"include": ["src/**/*", "index.d.ts"],