chore: bump blocksuite version (#3798)

This commit is contained in:
Mirone
2023-08-17 11:57:21 +08:00
committed by GitHub
parent 9853d0f6ef
commit d8d6620c5f
17 changed files with 199 additions and 183 deletions
+2 -2
View File
@@ -11,8 +11,8 @@
"noImplicitOverride": true,
"noImplicitReturns": true,
"noImplicitThis": true,
// "noUnusedLocals": true,
// "noUnusedParameters": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
// noPropertyAccessFromIndexSignature: false,
// noUncheckedIndexedAccess: false,
"useUnknownInCatchVariables": true,