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 am using this,
yarn tsc --init
this fixed it for me