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