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
|
// exists for easier extending in blocksuite packages
|
||||||
"extends": "../tsconfig.web.json",
|
"extends": "../tsconfig.web.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"types": []
|
"types": ["node"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user