Files
greyhaven-design-system/mcp/tsconfig.json
2026-04-13 15:33:00 -05:00

15 lines
306 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "Node16",
"moduleResolution": "Node16",
"outDir": "./dist",
"rootDir": "..",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"declaration": true
},
"include": ["server.ts", "../lib/catalog.ts"]
}