mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 08:38:34 +00:00
fix(editor): should include node types (#10892)
This commit is contained in:
@@ -2,6 +2,6 @@
|
|||||||
// exists for easier extending in blocksuite packages
|
// exists for easier extending in blocksuite packages
|
||||||
"extends": "../tsconfig.web.json",
|
"extends": "../tsconfig.web.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"types": []
|
"types": ["node"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user