UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

11 lines (10 loc) • 211 B
{ "extends": "./tsconfig.base.json", "compilerOptions": { "module": "commonjs", "target": "es5", "downlevelIteration": true, "outDir": "../dist/cjs" }, "exclude": ["./internal/umd.ts"] }