Skip to content

Commit

Permalink
Add ts-node for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyGuthridge committed May 24, 2024
1 parent d0b66e1 commit 9d37248
Show file tree
Hide file tree
Showing 2 changed files with 129 additions and 1 deletion.
126 changes: 126 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint .",
"lint-fix": "eslint --fix ."
"lint-fix": "eslint --fix .",
"ts-node": "ts-node-esm"
},
"type": "module",
"dependencies": {
Expand Down Expand Up @@ -53,6 +54,7 @@
"svelte-jester": "^3.0.0",
"sync-request-curl": "^3.0.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.3"
Expand Down

0 comments on commit 9d37248

Please sign in to comment.