mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-22 04:21:40 +08:00
chore: bump version (#3771)
Co-authored-by: Mirone <Saul-Mirone@outlook.com>
(cherry picked from commit 651e815b42)
This commit is contained in:
+2
-3
@@ -11,8 +11,8 @@
|
||||
"noImplicitOverride": true,
|
||||
"noImplicitReturns": true,
|
||||
"noImplicitThis": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
// "noUnusedLocals": true,
|
||||
// "noUnusedParameters": true,
|
||||
// noPropertyAccessFromIndexSignature: false,
|
||||
// noUncheckedIndexedAccess: false,
|
||||
"useUnknownInCatchVariables": true,
|
||||
@@ -53,7 +53,6 @@
|
||||
|
||||
// Completeness
|
||||
"skipLibCheck": true, // skip all type checks for .d.ts files
|
||||
|
||||
"paths": {
|
||||
"@affine/core/*": ["./packages/core/src/*"],
|
||||
"@affine/cli/*": ["./packages/cli/src/*"],
|
||||
|
||||
Reference in New Issue
Block a user