9ecbbd443f
Mirror packages/omo-codex layout for the Claude Code port: package.json (@oh-my-opencode/omo-claude), tsconfig, index.d.ts, src/ + src/telemetry stubs, and the plugin/ tree (.claude-plugin, components, agents, hooks, scripts, skills, test, mcp) with a CC-worded plugin README + placeholder package.json. Plan: .omo/plans/omo-claude-plugin-port.md Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
15 lines
312 B
JSON
15 lines
312 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"lib": ["ESNext"],
|
|
"types": ["bun-types"]
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|