chore: bump version (#3771)

Co-authored-by: Mirone <Saul-Mirone@outlook.com>
(cherry picked from commit 651e815b42)
This commit is contained in:
Alex Yang
2023-08-16 12:02:07 -05:00
parent d3240a2787
commit bda913e334
17 changed files with 183 additions and 184 deletions
+2 -3
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,
@@ -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/*"],