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>
9 lines
172 B
JSON
9 lines
172 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"incremental": false
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|