coze-studio/frontend/packages/project-ide/client/tsconfig.misc.json

12 lines
309 B
JSON

{
"extends": "@coze-arch/ts-config/tsconfig.web.json",
"$schema": "https://json.schemastore.org/tsconfig",
"include": ["__mocks__", "__tests__", "vitest.config.ts", "vitest.setup.ts"],
"exclude": ["**/node_modules", "./dist"],
"references": [
{
"path": "./tsconfig.build.json"
}
]
}