Closed lucianoscastro closed 2 years ago
I using TypeScript with nodejs, and the way was imported the interfaces AutoMapperTypes, AutoMapperOptions cause build fail on TSC.
You can replace
import { AutoMapperTypes, AutoMapperOptions } from "core/interfaces";
for
import { AutoMapperTypes, AutoMapperOptions } from "./core/interfaces";
And fix this issue :)
ps. Your project is the best of automapper package for node js.
Hi @lucianoscastro! I'll check your concern ASAP ;-)
Thanks a lot for your feedback!!
I've just pushed a new minor version (1.2.1)!
I using TypeScript with nodejs, and the way was imported the interfaces AutoMapperTypes, AutoMapperOptions cause build fail on TSC.
You can replace
for
And fix this issue :)
ps. Your project is the best of automapper package for node js.