Files
oh-my-opencode/packages/omo-claude/tsconfig.json
T

17 lines
372 B
JSON
Raw Normal View History

2026-05-29 12:41:23 +09:00
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"noEmit": true,
2026-05-29 12:41:23 +09:00
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"lib": ["ESNext"],
"types": ["bun-types"]
},
"include": ["src/**/*"]
}