mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-10 01:08:08 +08:00
9afbf2d8b5
* chore: bump and clean deps * fix: action workflow
19 lines
690 B
JSON
19 lines
690 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "..",
|
|
"paths": {
|
|
"@/*": ["../../projects/app/src/*"],
|
|
"@fastgpt-sdk/storage": ["../../sdk/storage/src/index.ts"],
|
|
"@fastgpt-sdk/otel": ["../../sdk/otel/src/index.ts"],
|
|
"@fastgpt-sdk/otel/logger": ["../../sdk/otel/src/logger-entry.ts"],
|
|
"@fastgpt-sdk/otel/metrics": ["../../sdk/otel/src/metrics-entry.ts"],
|
|
"@fastgpt-sdk/otel/tracing": ["../../sdk/otel/src/tracing-entry.ts"],
|
|
"@fastgpt/*": ["../../packages/*"],
|
|
"@test/*": ["../../test/*"]
|
|
}
|
|
},
|
|
"include": ["**/*.test.ts", "../**/*.ts", "../**/*.tsx", "../../test/**/*.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|