Files
oh-my-opencode/packages/ast-grep-mcp/tsconfig.json
T

15 lines
319 B
JSON
Raw Normal View History

2026-05-18 21:19:15 +09:00
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"lib": ["ESNext", "DOM"],
"types": ["bun-types"]
},
"include": ["src/**/*"]
}