mirror of
https://github.com/labring/FastGPT.git
synced 2026-04-18 02:06:33 +08:00
* Opensandbox (#6651) * volumn manager * feat: opensandbox volumn * perf: action (#6654) * perf: action * doc * doc * deploy tml * update template
12 lines
217 B
JSON
12 lines
217 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"types": ["bun-types"]
|
|
},
|
|
"include": ["src", "test"]
|
|
}
|