AlexPshul / nxazure

MIT License
16 stars 7 forks source link

add esmodule support #19

Closed penleychan closed 1 year ago

penleychan commented 1 year ago

Hello, this PR adds es module support (#18) by providing arg --esModule or --es ex: nx g @nxazure/func:init my-new-app --esModule

Regards

penleychan commented 1 year ago

Hmm.... This does not work with importing library files. Seems like tsconfig-paths does not support esmodules.