mirror of
https://github.com/OpenSquawk/OpenSquawk
synced 2026-08-05 17:05:53 +08:00
feat: integrate llm-backed routing with fallback
This commit is contained in:
13
tsconfig.tests.json
Normal file
13
tsconfig.tests.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"extends": "./tsconfig.scripts.json",
|
||||
"compilerOptions": {
|
||||
"paths": {
|
||||
"#imports": ["./tests/stubs/nuxt-imports.ts"],
|
||||
"~~/*": ["./*"],
|
||||
"@@/*": ["./*"],
|
||||
"~/\*": ["./app/*"],
|
||||
"@/*": ["./app/*"]
|
||||
}
|
||||
},
|
||||
"include": ["server/**/*.ts", "shared/**/*.ts", "tests/**/*.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user