We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc8bbda + eaacd9b commit a69578eCopy full SHA for a69578e
1 file changed
packages/emmett-crypto-shredding/package.json
@@ -16,7 +16,7 @@
16
"type": "module",
17
"main": "dist/index.js",
18
"module": "dist/index.js",
19
- "types": "dist/types.d.ts",
+ "types": "dist/index.d.ts",
20
"files": [
21
"dist"
22
],
@@ -28,7 +28,7 @@
28
}
29
},
30
"scripts": {
31
- "build": "rm -rf dist && tsc -p tsconfig.build.json",
+ "build": "rm -rf dist && tsc -p tsconfig.build.json && tsup src/index.ts",
32
"type-check": "tsc --noEmit",
33
"tc": "npm run type-check",
34
"test": "npm run type-check && vitest run",
0 commit comments