chat-relay/mcp-server/tsconfig.json
BinaryBeastMaster 25abcd2974 Initial commit
2025-05-10 15:09:23 -07:00

19 lines
No EOL
345 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"outDir": "dist",
"rootDir": "src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": [
"src/*"
],
"exclude": [
"node_modules"
]
}