Skip to content

Commit 761b08a

Browse files
authored
Merge pull request #31 from ef4/publish-types
Publish types
2 parents 0b301ef + 843b2da commit 761b08a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

Diff for: package.json

+9-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"dist/*"
3131
],
3232
"scripts": {
33-
"build": "tsup",
33+
"build": "tsup --dts",
3434
"lint": "tsc",
35-
"start": "tsup --watch",
35+
"start": "tsup --dts --watch",
3636
"test": "node --experimental-vm-modules node_modules/qunit/bin/qunit.js --require @swc-node/register tests/*-test.ts",
3737
"typecheck": "tsc",
3838
"prepare": "npm run build"
@@ -56,5 +56,12 @@
5656
"release-plan": "^0.9.0",
5757
"tsup": "^7.3.0",
5858
"typescript": "^5.4.5"
59+
},
60+
"typesVersions": {
61+
"*": {
62+
"*": [
63+
"dist/*"
64+
]
65+
}
5966
}
6067
}

0 commit comments

Comments
 (0)