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