mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-10-26 11:37:06 +00:00
fix(editor): should include node types (#10892)
This commit is contained in:
parent
fff15222d9
commit
96add08ff4
@ -2,6 +2,6 @@
|
||||
// exists for easier extending in blocksuite packages
|
||||
"extends": "../tsconfig.web.json",
|
||||
"compilerOptions": {
|
||||
"types": []
|
||||
"types": ["node"]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user