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!
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 ofnodemonandbabelrunning in this application is making it a challenge for me. Thanks!