fix(editor): should include node types (#10892)

This commit is contained in:
Saul-Mirone 2025-03-16 14:25:20 +00:00
parent fff15222d9
commit 96add08ff4
No known key found for this signature in database
GPG Key ID: 0D941B4A9125B742

View File

@ -2,6 +2,6 @@
// exists for easier extending in blocksuite packages
"extends": "../tsconfig.web.json",
"compilerOptions": {
"types": []
"types": ["node"]
}
}