mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
11 lines
231 B
JSON
11 lines
231 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@fastgpt/servive/*": ["./*"]
|
|
}
|
|
},
|
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.d.ts", "../../**/*.d.ts"]
|
|
}
|