We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 470fb9a commit f8c3238Copy full SHA for f8c3238
1 file changed
.npmrc
@@ -1 +1,9 @@
1
save-exact=true
2
+
3
+# A fix for a dependabot error:
4
+# dependabot would hit the github registry (instead of the npmjs one)
5
+# by default, and some @types/ packages would be stale there,
6
+# resulting in a "version not found" error.
7
+# I'm still not sure what makes dependabot not check npmjs.org by default,
8
+# but this line solves the problem.
9
+@types:registry=https://registry.npmjs.org/
0 commit comments