Skip to content

Commit

Permalink
Bump ts-node for 3x faster postinstall (#975)
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum authored Feb 10, 2022
1 parent 34163b9 commit 9c2bb48
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 8 deletions.
28 changes: 21 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"st": "^3.0.0",
"stylelint": "^14.3.0",
"stylelint-config-standard": "^24.0.0",
"ts-node": "^10.4.0",
"ts-node": "^10.5.0",
"typescript": "^4.5.5"
},
"browser": {
Expand Down
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"ts-node": {
"swc": true
},
"compilerOptions": {
"allowJs": false,
"allowSyntheticDefaultImports": true,
Expand Down

0 comments on commit 9c2bb48

Please sign in to comment.