TypeScript-Node-Starter
TypeScript-Node-Starter copied to clipboard
server.ts uses default import "errorhandler" where it should use import-require
https://github.com/Microsoft/TypeScript-Node-Starter/blob/master/src/server.ts#L1
@sandersn
Do you think is this still relevant under esModuleInterop flag and __importDefault helper features?
Thanks!