minimal-node-application
minimal-node-application copied to clipboard
Typescript support
Any thoughts on how we can add Typescript to this application? I've tried a bunch of combinations, including @babel/preset-typescript, ts-node, typescript, tslint, and @types/node, I think the combination of nodemon and babel running in this application is making it a challenge for me. Thanks!