Add npmrc file to handle legacy peer dependencies (#84)

Co-authored-by: shallegro <shay@allego.ai>
This commit is contained in:
shyallegro 2024-07-02 00:27:06 +03:00 committed by GitHub
parent 9638bc6eb8
commit 1db1c04c41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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