mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-20 20:38:16 -05:00
* improvement(deployed-mcp): added the ability to make the visibility for deployed mcp tools public, updated UX * use reactquery * migrated chats to use reactquery, upgraded entire deploymodal to use reactquery instead of manual state management * added hooks for chat chats and updated callers to all use reactquery * fix * updated comments * consolidated utils
19 lines
366 B
JSON
19 lines
366 B
JSON
{
|
|
"extends": "@sim/tsconfig/nextjs.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/.source/*": ["./.source/*"],
|
|
"@/*": ["./*"]
|
|
}
|
|
},
|
|
"include": [
|
|
"next-env.d.ts",
|
|
"**/*.ts",
|
|
"**/*.tsx",
|
|
"content/docs/execution/index.mdx",
|
|
"content/docs/connections/index.mdx"
|
|
],
|
|
"exclude": ["node_modules", ".next"]
|
|
}
|