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 7a84dbc commit 9939898Copy full SHA for 9939898
.npmrc
@@ -0,0 +1 @@
1
+engine-strict = true
package.json
@@ -57,5 +57,10 @@
57
"typescript": "~5.8.0",
58
"typescript-eslint": "^8.0.0"
59
},
60
+ "engines": {
61
+ "npm": "Please use pnpm instead of npm to install dependencies",
62
+ "yarn": "Please use pnpm instead of yarn to install dependencies",
63
+ "pnpm": "^10.7.0"
64
+ },
65
"packageManager": "pnpm@10.7.0"
66
}
0 commit comments