How can I generate a tsconfig.json via the command line? I tried command tsc init, but this doesn\'t work.
tsconfig.json
tsc init
I recommend to uninstall typescript first with the command:
npm uninstall -g typescript
then use the chocolatey package in order to run:
choco install typescript
in PowerShell.