{ "extends": "./tsconfig.json", "compilerOptions": { "allowJs": true }, "include": [ ".", ".github/actions/*/*.mjs", "blocksuite/docs-site/.vitepress/**/*.ts" ], "exclude": [ "**/target", "**/node_modules", "**/dist", "**/lib", ".coverage", ".yarn", "**/test-results", "**/web-static" ] }