3c2f3722ff
emit real ESM runtime + declaration outputs for programmatic imports, align package exports/types with built files, and add a no-cjs policy note. Made-with: Cursor
11 lines
217 B
JSON
11 lines
217 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"emitDeclarationOnly": true,
|
|
"declarationMap": false,
|
|
"outDir": "./dist"
|
|
},
|
|
"include": ["index.ts", "internal/index.ts"]
|
|
}
|