{ "extends": "@coze-arch/ts-config/tsconfig.web.json", "$schema": "https://json.schemastore.org/tsconfig", "include": ["__tests__", "__mocks__", "vitest.config.ts", "setup-vitest.ts"], "exclude": ["./dist"], "references": [ { "path": "./tsconfig.build.json" } ], "compilerOptions": { "lib": ["ES2022", "DOM"], "rootDir": "./", "outDir": "./dist", "types": ["vitest/globals"], "module": "ESNext" } }