fix: missing typescript module on npm build script

This commit is contained in:
Luiz Fonseca 2023-10-04 22:07:26 +02:00
parent 90fedc8ec6
commit c50b88d60d

View File

@ -22,7 +22,8 @@
"jest": "^29.2.0",
"pretty-quick": "^3.1.3",
"randomstring": "^1.2.2",
"ts-jest": "^29.0.5"
"ts-jest": "^29.0.5",
"typescript": "^5.2.2"
},
"scripts": {
"dev:web": "npm run dev --workspace=packages/bruno-app",