Skip to content

Commit

Permalink
fix: cannot find module 'ts-node' (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Apr 3, 2023
1 parent 2112904 commit ab4d16a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion package.json
Expand Up @@ -39,7 +39,17 @@
],
"peerDependencies": {
"postcss": "^7.0.0 || ^8.0.1",
"webpack": "^5.0.0"
"webpack": "^5.0.0",
"ts-node": ">=10",
"typescript": ">=4"
},
"peerDependenciesMeta": {
"ts-node": {
"optional": true
},
"typescript": {
"optional": true
}
},
"dependencies": {
"cosmiconfig": "^8.1.3",
Expand Down

0 comments on commit ab4d16a

Please sign in to comment.