mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-21 11:43:56 +00:00
8 lines
169 B
JSON
8 lines
169 B
JSON
{
|
|
"extends":"../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "."
|
|
},
|
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.d.ts", "../**/*.d.ts"]
|
|
}
|