mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-21 03:56:23 +08:00
refactor(editor): enable the noUncheckedIndexedAccess rule for the data-view package (#9351)
close: BS-2230
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
"compilerOptions": {
|
||||
"rootDir": "./src/",
|
||||
"outDir": "./dist/",
|
||||
"noEmit": false
|
||||
"noEmit": false,
|
||||
"noUncheckedIndexedAccess": true
|
||||
},
|
||||
"include": ["./src"],
|
||||
"references": [
|
||||
|
||||
Reference in New Issue
Block a user