Files
stack/packages/config/tsconfig.json
Jarvis 04a80fb9ba
Some checks failed
ci/woodpecker/push/ci Pipeline failed
feat(config): add MosaicConfig schema + loader with tier auto-detection
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-02 21:03:00 -05:00

10 lines
181 B
JSON

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