Skip to content

Commit

Permalink
fix: include index.d.cts for stricter tsconfigs [EXT-6121] (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobHemphill76 authored Jan 15, 2025
1 parent b9d031e commit 9f94d0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"test:integration": "mocha -r dotenv/config -r ts-node/register --timeout 10000 ./test/**/*.test.ts",
"test": "npm run test:unit && npm run test:integration",
"build": "rm -rf lib && tsup",
"postbuild": "cp ./lib/index.d.ts ./lib/index.d.cts",
"build:docs": "typedoc --options .typedocrc.json src",
"start:docs": "serve ./docs",
"prepublishOnly": "npm run build && npm run build:docs",
Expand Down

0 comments on commit 9f94d0e

Please sign in to comment.