DEV Community

Discussion on: Building a Production - Ready Node.js App with TypeScript and Docker

Collapse
 
chaluvadis profile image
Curious to learn new things

Good article.

One small typo.

Running tsc init on empty directory will throw error TS6053: File 'init.ts' not found.

update the command to tsc --init

Check out the following stackover flow link.

stackoverflow.com/questions/384330...

Collapse
 
ganeshmani profile image
GaneshMani

Thank you. i missed it...