mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-30 00:29:46 +08:00
chore: merge blocksuite source code (#9213)
This commit is contained in:
Vendored
+1
-1
@@ -3,7 +3,7 @@
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@blocksuite/affine": "0.19.5",
|
||||
"@blocksuite/affine": "workspace:*",
|
||||
"vitest": "2.1.8"
|
||||
},
|
||||
"exports": {
|
||||
|
||||
Vendored
+2
@@ -1,4 +1,6 @@
|
||||
// This file should has not side effect
|
||||
// oxlint-disable-next-line
|
||||
// @ts-ignore FIXME: typecheck error
|
||||
import type { DocCollection } from '@blocksuite/affine/store';
|
||||
|
||||
declare global {
|
||||
|
||||
Vendored
+1
-2
@@ -5,6 +5,5 @@
|
||||
"composite": true,
|
||||
"noEmit": false,
|
||||
"outDir": "lib"
|
||||
},
|
||||
"references": []
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user