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