docs(omo-codex): batch 48 (4 files)

This commit is contained in:
YeonGyu-Kim
2026-05-30 19:12:08 +09:00
parent 49d47470d9
commit d4becc8d00
4 changed files with 133 additions and 0 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/**/*"]
}