Skip to content

Commit

Permalink
fix: typescript file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Dec 5, 2023
1 parent 2cecdd9 commit 1fdd3a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/node-esm-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"author": "Roger Schönbächler",
"scripts": {
"generate": "npm run pdf && npm run svg",
"pdf": "vite-node ./src/pdf.js",
"pdf": "vite-node ./src/pdf.ts",
"postgenerate": "serve output -n",
"pregenerate": "rm output/* || true && mkdir -p output",
"svg": "vite-node ./src/svg.js"
"svg": "vite-node ./src/svg.ts"
},
"dependencies": {
"pdfkit": "^0.13.0",
Expand Down

0 comments on commit 1fdd3a7

Please sign in to comment.