docs(omo-codex): batch 73 (7 files)

This commit is contained in:
YeonGyu-Kim
2026-05-30 19:12:12 +09:00
parent c0c7e891e4
commit eb1780396d
7 changed files with 219 additions and 0 deletions
@@ -0,0 +1,12 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"allowImportingTsExtensions": false,
"declaration": true,
"outDir": "dist",
"rootDir": "src",
"noEmit": false
},
"include": ["src/**/*"],
"exclude": ["test/**/*"]
}