atom-typescript complaining about tsconfig.json--how can I automatically create one? atom-typescript complaining about tsconfig.json--how can I automatically create one? typescript typescript

atom-typescript complaining about tsconfig.json--how can I automatically create one?


Type cmd(ctrl)+shift+p to bring up the list of commands and then tsconfig to find the command to generate the tsconfig.json file.


install typescript,then excute "tsc --init" command in shell.will generate tsconfig.json file.