Skip to content

Commit

Permalink
Remove ts-node (we use tsx now)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenpetryk committed Mar 7, 2024
1 parent c019754 commit e4e933c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 124 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
"react-docgen-typescript": "2.2.2",
"react-dom": "^18.2.0",
"resize-observer-polyfill": "^1.5.1",
"ts-node": "^10.9.1",
"tsx": "^4.7.1",
"typescript": "^5.1.6",
"vite": "^4.4.9"
Expand Down
133 changes: 15 additions & 118 deletions pnpm-lock.yaml

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

6 changes: 1 addition & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,5 @@
"allowJs": true,
"esModuleInterop": true
},
"include": ["src/**/*", "e2e"],
"ts-node": {
"swc": true,
"esm": true
}
"include": ["src/**/*", "e2e"]
}

0 comments on commit e4e933c

Please sign in to comment.