Skip to content

Commit 9f94d0e

Browse files
fix: include index.d.cts for stricter tsconfigs [EXT-6121] (#748)
1 parent b9d031e commit 9f94d0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"test:integration": "mocha -r dotenv/config -r ts-node/register --timeout 10000 ./test/**/*.test.ts",
2727
"test": "npm run test:unit && npm run test:integration",
2828
"build": "rm -rf lib && tsup",
29+
"postbuild": "cp ./lib/index.d.ts ./lib/index.d.cts",
2930
"build:docs": "typedoc --options .typedocrc.json src",
3031
"start:docs": "serve ./docs",
3132
"prepublishOnly": "npm run build && npm run build:docs",

0 commit comments

Comments
 (0)