Skip to content

Commit ab4d16a

Browse files
authored
fix: cannot find module 'ts-node' (#639)
1 parent 2112904 commit ab4d16a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

package.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,17 @@
3939
],
4040
"peerDependencies": {
4141
"postcss": "^7.0.0 || ^8.0.1",
42-
"webpack": "^5.0.0"
42+
"webpack": "^5.0.0",
43+
"ts-node": ">=10",
44+
"typescript": ">=4"
45+
},
46+
"peerDependenciesMeta": {
47+
"ts-node": {
48+
"optional": true
49+
},
50+
"typescript": {
51+
"optional": true
52+
}
4353
},
4454
"dependencies": {
4555
"cosmiconfig": "^8.1.3",

0 commit comments

Comments
 (0)