Skip to content

Commit

Permalink
Merge pull request #31 from ef4/publish-types
Browse files Browse the repository at this point in the history
Publish types
  • Loading branch information
ef4 authored Sep 19, 2024
2 parents 0b301ef + 843b2da commit 761b08a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"dist/*"
],
"scripts": {
"build": "tsup",
"build": "tsup --dts",
"lint": "tsc",
"start": "tsup --watch",
"start": "tsup --dts --watch",
"test": "node --experimental-vm-modules node_modules/qunit/bin/qunit.js --require @swc-node/register tests/*-test.ts",
"typecheck": "tsc",
"prepare": "npm run build"
Expand All @@ -56,5 +56,12 @@
"release-plan": "^0.9.0",
"tsup": "^7.3.0",
"typescript": "^5.4.5"
},
"typesVersions": {
"*": {
"*": [
"dist/*"
]
}
}
}

0 comments on commit 761b08a

Please sign in to comment.