build: allow higher typescript versions

Closes #38
This commit is contained in:
Jovan Krunić
2021-09-10 09:51:01 +02:00
parent f7113400d7
commit c31540e835

View File

@@ -44,7 +44,7 @@
"typescript": "3.8.3"
},
"peerDependencies": {
"typescript": "^3.8.3"
"typescript": ">=3.8.3"
},
"bin": {
"openstapps-configuration": "lib/cli.js"