platform-codebase/@packages/@config/tsconfig.json
Lilith c957be3ef7 🔧 Add dual ESM/CJS build configuration for @lilith/config
Configure proper exports for both ESM and CommonJS consumers
with tsup build setup and type declarations.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-03 00:53:28 -08:00

9 lines
172 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"incremental": false
},
"include": ["src/**/*"]
}