Skip to content

Commit

Permalink
Fix ts-node peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Séglard committed Mar 18, 2021
1 parent 5704db6 commit 69a0937
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@
"typescript-memoize": "^1.0.0-alpha.3",
"url-join": "^4.0.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"devDependencies": {
"@types/dotenv": "^8.2.0",
"@types/env-ci": "^3.1.0",
Expand Down

0 comments on commit 69a0937

Please sign in to comment.