Closed Lechros closed 1 year ago
It was a bug only occured in Macbook.
Tried to fix it, but no way.
Therefore, I will change setup way like below:
npm install --save typia # must install first
npx typia setup ~
npx typia generate ~
Upgrade to v3.7.4
, then would be fixed.
Bug Report
Typia generate incorrectly changes relative import path
Summary
Relative import path is converted to
"interface"
when it should be"./interface"
.Code occuring the bug
and
becomes