[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:
parent
f9d154dd82
commit
7e0ac10fe8
15 changed files with 63 additions and 39 deletions
|
|
@ -12,6 +12,7 @@
|
|||
"@/styles/*": ["src/styles/*"],
|
||||
"@/plane-editor/*": ["src/ce/*"]
|
||||
},
|
||||
"strictNullChecks": true,
|
||||
"allowSyntheticDefaultImports": true
|
||||
},
|
||||
"include": ["src/**/*", "index.d.ts"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue