We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2112904 commit ab4d16aCopy full SHA for ab4d16a
1 file changed
package.json
@@ -39,7 +39,17 @@
39
],
40
"peerDependencies": {
41
"postcss": "^7.0.0 || ^8.0.1",
42
- "webpack": "^5.0.0"
+ "webpack": "^5.0.0",
43
+ "ts-node": ">=10",
44
+ "typescript": ">=4"
45
+ },
46
+ "peerDependenciesMeta": {
47
+ "ts-node": {
48
+ "optional": true
49
50
+ "typescript": {
51
52
+ }
53
},
54
"dependencies": {
55
"cosmiconfig": "^8.1.3",
0 commit comments