Add typescript to devDependencies
Description
- Typescript is missing as a project dependencies and causes problems, when installing the npm packages
Todos
- add
"typescript": "^4.5.3"
todevDependencies
of package.json- npm install typescript --save-dev
Edited by Tobias Kuhnert