Marko Bregant

Results 4 comments of Marko Bregant

> Interfaces with the same name will be merged by TSC This is exact reason why I prefer `types`. I don't want TypeScript to do some under the hood magic...

Am I the only one who is getting these errors after running `npm run flow`? ``` Error: node_modules/nwb/templates/react-component/_package.json:5 5: "main": "lib/index.js",{{esModulesPackageConfig}} ^ Unexpected token { Error: node_modules/nwb/templates/web-module/_package.json:5 5: "main": "lib/index.js",{{esModulesPackageConfig}}...

Not sure why I didn't think about this solution. It works. Thank you!

I have issues with `swagger-ui-express` as well after using `ncc`. @dominique-mueller, thank you for your example. I am wondering if it would be possible to achieve similar fix with `express`...