How can I generate a tsconfig.json via the command line?
I tried command tsc init, but this doesn\'t work.
Setup a ts project as following steps:
yarn global add typescriptyarn init or setting defaults yarn init -yp tsc --initThe project structure seems like:
│ package.json
│ tsconfig.json
│ tslint.json
│ yarn.lock
│
├─dist
│ index.js
│
└─src
index.ts