Skip to content

Commit 89fb007

Browse files
committed
use tsx so the build works on npm 18
1 parent 875f2f4 commit 89fb007

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "out/index.js",
77
"scripts": {
88
"prepublish": "pnpm mk",
9-
"mk": "node --experimental-strip-types ./mk.ts typedoc",
9+
"mk": "tsx ./mk.ts typedoc",
1010
"build": "pnpm mk",
1111
"test": "vitest run",
1212
"w": "tsc -p tsconfig.build.json --watch"
@@ -55,7 +55,8 @@
5555
"dependencies": {
5656
"@solid-primitives/utils": "^6.3.0",
5757
"cabbages": "^0.2.4",
58-
"esbuild-isolated-dts": "^0.1.2"
58+
"esbuild-isolated-dts": "^0.1.2",
59+
"tsx": "^4.19.4"
5960
},
6061
"repository": {
6162
"type": "git",

pnpm-lock.yaml

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)