-
Notifications
You must be signed in to change notification settings - Fork 507
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using TS Paths as aliases #336
Comments
I figured out that this is only the case if imports within source files are made relative to |
this is something we need to figure out. i suspect its a rollup fix we need to do. if you get time, please be my guest to investigate |
forked, fixed, checked build (using @ambroseus/tsdx) : https://github.com/DCKit/dckit/blob/master/packages/%40dckit/ui/tsconfig.json PR: #374 |
@jlkiri while PR is under review, you can test fixed version |
@jlkiri solution: #379 (comment) |
@ambroseus Thanks, seems to be working now. I'm closing the issue. |
Duplicate of #91 |
Current Behavior
I have an
src
folder which hasindex.ts
in it and two subfoldersplugins
andutils
, each with more TS files.index.ts
imports most of these files from subfolders, but they are neither bundled nor independently compiled. Only their types are correctly output, however.Expected behavior
index.ts
so it can be imported by the compiledindex.js
OR
index.js
output fileSuggested solution(s)
Currently no idea.
Additional context
Your environment
The text was updated successfully, but these errors were encountered: