add npmrc file to handle legacy peer dependencies

This commit is contained in:
shallegro 2024-07-01 21:13:44 +03:00
parent 803d5f85e9
commit 86d1115a6a
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@ -38,7 +38,6 @@ npm-debug.log
testem.log
/typings
yarn-error.log
.npmrc
gen-code
# e2e

1
.npmrc Normal file
View File

@ -0,0 +1 @@
legacy-peer-deps=true