Skip to content

Commit

Permalink
added tsconfig-paths to peerDepencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kgkg authored Jan 20, 2022
1 parent 6a20619 commit 4be7a98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
"license": "MIT",
"main": "src/index.js",
"peerDependencies": {
"bree": "7.x"
"bree": "7.x",
"tsconfig-paths": "3.x"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 4be7a98

Please sign in to comment.