We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee345a7 commit 2b544e3Copy full SHA for 2b544e3
package.json
@@ -19,7 +19,7 @@
19
},
20
"scripts": {
21
"format": "prettier --write .",
22
- "example": "npx tsx example/image.tsx",
+ "example": "node --loader=ts-node/esm --no-warnings example/image.tsx",
23
"test": "tsc --noEmit && eslint . && FORCE_COLOR=1 ava",
24
"build": "tsc",
25
"prepare": "husky",
0 commit comments