fix(editor): typecheck for tests and playground (#9897)

This commit is contained in:
Saul-Mirone
2025-01-27 02:00:09 +00:00
parent 6c8edb160c
commit d6bfb761fe
30 changed files with 267 additions and 755 deletions

View File

@@ -107,13 +107,6 @@ export class InitCommand extends Command {
['references'],
this.workspace.packages
.filter(p => p.isTsProject)
.filter(
p =>
// NOTE(@forehalo): there two packages including outdated types, will be fixed when merged with affine-e2e
!['@blocksuite/playground', '@blocksuite/legacy-e2e'].includes(
p.name
)
)
.map(p => ({ path: p.path.relativePath })),
{}
)