BhargavHyniva

Results 1 issues of BhargavHyniva

How to use automapper-ts in ESM module with nodejs 20 ? Tried with below code, but it didn't work. import 'automapper-ts/dist/automapper'; import 'automapper-ts'; type Options = AutoMapperJs.IMemberConfigurationOptions; automapper.createMap('source', 'destination', true)...