We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b301ef + 843b2da commit 761b08aCopy full SHA for 761b08a
package.json
@@ -30,9 +30,9 @@
30
"dist/*"
31
],
32
"scripts": {
33
- "build": "tsup",
+ "build": "tsup --dts",
34
"lint": "tsc",
35
- "start": "tsup --watch",
+ "start": "tsup --dts --watch",
36
"test": "node --experimental-vm-modules node_modules/qunit/bin/qunit.js --require @swc-node/register tests/*-test.ts",
37
"typecheck": "tsc",
38
"prepare": "npm run build"
@@ -56,5 +56,12 @@
56
"release-plan": "^0.9.0",
57
"tsup": "^7.3.0",
58
"typescript": "^5.4.5"
59
+ },
60
+ "typesVersions": {
61
+ "*": {
62
+ "*": [
63
+ "dist/*"
64
+ ]
65
+ }
66
}
67
0 commit comments