fix action package exports and build ESM library entrypoints.
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
This commit is contained in:
committed by
pullfrog[bot]
parent
6541bdc4f4
commit
3c2f3722ff
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"noEmit": false,
|
||||
"emitDeclarationOnly": true,
|
||||
"declarationMap": false,
|
||||
"outDir": "./dist"
|
||||
},
|
||||
"include": ["index.ts", "internal/index.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user