jsynowiec/node-typescript-boilerplate

After building, import file using relative path show module not found error

Giancarlo-Ma opened this issue · 1 comments

nodejs can not resolve file using esm without file extention, how to resolve this problem

ES modules relative import paths need to use extensions. See this.

Please do not open issues for questions regarding CommonJS or ESM on this repo.