Added sequential thinking module
This commit is contained in:
15
mcpServer/modules/sequentialthinking/tsconfig.json
Normal file
15
mcpServer/modules/sequentialthinking/tsconfig.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist",
|
||||
"rootDir": ".",
|
||||
"target": "ES2022",
|
||||
"lib": ["ES2022","DOM"],
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"types": ["node"]
|
||||
},
|
||||
"include": ["./**/*.ts"],
|
||||
"exclude": ["**/*.test.ts", "vitest.config.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user