mirror of
https://github.com/musistudio/claude-code-router.git
synced 2026-05-05 05:55:08 +00:00
move to monorepo
This commit is contained in:
parent
a7e20325db
commit
6a20b2021d
107 changed files with 5308 additions and 1118 deletions
10
packages/cli/tsconfig.json
Normal file
10
packages/cli/tsconfig.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./src",
|
||||
"baseUrl": "./src"
|
||||
},
|
||||
"include": ["src/**/*.ts"],
|
||||
"exclude": ["node_modules", "dist"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue