mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-27 05:32:47 +00:00
Some checks failed
Build FastGPT images in Personal warehouse / build-fastgpt-images (push) Has been cancelled
* feat: log store * fix: full text search match query * perf: mongo schema import, Avoid duplicate import
8 lines
154 B
JSON
8 lines
154 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "."
|
|
},
|
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.d.ts"]
|
|
}
|