coze-studio/frontend/packages/studio/stores/bot-plugin/tsconfig.misc.json

20 lines
410 B
JSON

{
"extends": "@coze-arch/ts-config/tsconfig.web.json",
"$schema": "https://json.schemastore.org/tsconfig",
"include": ["__tests__", "vitest.config.ts"],
"exclude": ["./dist"],
"references": [
{
"path": "./tsconfig.build.json"
}
],
"compilerOptions": {
"types": ["vitest/globals"],
"rootDir": "./",
"paths": {
"@/*": ["./src/*"]
},
"outDir": "./dist"
}
}