claude-code-router/packages/ui/tsconfig.json
2026-07-05 19:57:39 +08:00

7 lines
151 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "src"
},
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.d.ts"]
}