I want to install typescript in specific version and save the version to package.json:
package.json
"typescript": "~3.9.3"
Of