Files
DefinitelyTyped/.npmrc
Remco Haszing 601aecf915 🤖 Merge PR #54951 Fix running tests using npm 7 by @remcohaszing
By default npm 7 will try to install peer dependencies. This behaviour is different from npm 6 and causes tests to fail
for various types packages.
2021-08-05 13:04:43 -07:00

3 lines
41 B
Plaintext

package-lock=false
legacy-peer-deps=true