feat(omo-codex): scaffold @oh-my-opencode/omo-codex workspace package

This commit is contained in:
YeonGyu-Kim
2026-05-25 22:24:51 +09:00
parent 2415f37bc0
commit 400006ec2c
9 changed files with 132 additions and 5 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"lib": ["ESNext"],
"types": ["bun-types"]
},
"include": ["src/**/*"]
}