MADEiN83 / ts-automapper

https://crazydev.fr
8 stars 1 forks source link

Error when i using tsc to build my app with dependence (ts-automapper) to tiny docker image #24

Closed lucianoscastro closed 2 years ago

lucianoscastro commented 2 years ago

I using TypeScript with nodejs, and the way was imported the interfaces AutoMapperTypes, AutoMapperOptions cause build fail on TSC.

failBuild

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.

MADEiN83 commented 2 years ago

Hi @lucianoscastro! I'll check your concern ASAP ;-)

Thanks a lot for your feedback!!

MADEiN83 commented 2 years ago

I've just pushed a new minor version (1.2.1)!