Skip to content

Commit

Permalink
add epicshop/.npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed May 24, 2024
1 parent 568008c commit c875ca6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions epicshop/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
legacy-peer-deps=true
registry=https://registry.npmjs.org/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"type": "module",
"imports": {
"#*": "./*"
"#shared/*": "./shared/*"
},
"scripts": {
"postinstall": "cd ./epicshop && npm install",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"allowImportingTsExtensions": true,
"noEmit": true,
"paths": {
"#*": ["./*"]
"#shared/*": ["./shared/*"]
}
}
}

0 comments on commit c875ca6

Please sign in to comment.