-
Notifications
You must be signed in to change notification settings - Fork 34
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
Review module
and moduleResolution
behaviour
#1483
Comments
Hey @72636c, looking for some thoughts about the direction and scope that we should be looking for this. I had a crack at this one and I am hitting some roadblocks. While the documentation seems to nudge users to go with Some questions:
I am unfamiliar with package maintenance, so happy to get any insight or feedbacks 😄 |
Hey @aurelius0523!
|
Our base config currently sets
moduleResolution
tonode
:skuba/config/tsconfig.json
Line 5 in 3bffa47
Per https://www.typescriptlang.org/docs/handbook/modules/reference.html#node10-formerly-known-as-node
skuba build-package
currently hardcodesmodule
s:skuba/src/cli/buildPackage.ts
Lines 9 to 20 in 3bffa47
Per https://www.typescriptlang.org/docs/handbook/modules/reference.html#commonjs:
The text was updated successfully, but these errors were encountered: