Filesystem MCP Server

{ "compilerOptions": { "target": "ES2020", "module": "NodeNext", "moduleResolution": "NodeNext", "esModuleInterop": true, "strict": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "outDir": "build", "rootDir": "src", "declaration": true, "sourceMap": true, "types": [ "node", "jest" ] }, "include": [ "src/**/*" ], "exclude": [ "node_modules", "build", "**/*.test.ts" ] }