Skip to content

Commit

Permalink
fix(build): fixes incompatible typescript version
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeoxx committed Feb 14, 2024
1 parent f7625d7 commit 6c461c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
"ng-packagr": "^16.0.0",
"prettier": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"typescript": "~5.1.6"
}
}

0 comments on commit 6c461c6

Please sign in to comment.