mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-02 01:02:05 +08:00
update mcp server (#5076)
* update mcp server * fix: action * fix: dockerfile * fix: dockerfile * fix: dockerfile * fix: dockerfile * fix: dockerfile * fix: dockerfile
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
{
|
||||
"include": ["src"],
|
||||
"exclude": ["node_modules"],
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"module": "esnext",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "node",
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
|
||||
Reference in New Issue
Block a user