-
Notifications
You must be signed in to change notification settings - Fork 18
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
Switch moduleResolution
in tsconfig to nodenext
#4385
Labels
Comments
char0n
added
enhancement
New feature or request
ApiDOM
TypeScript
TypeScript related work
labels
Oct 19, 2024
char0n
changed the title
Switch
Switch Oct 24, 2024
moduleResolution
is tsconfig to nodenext
moduleResolution
in tsconfig to nodenext
char0n
added a commit
that referenced
this issue
Oct 24, 2024
In #4402, I've figured out how to migrate progressively monorepo package by package and transformed the |
char0n
added a commit
that referenced
this issue
Oct 25, 2024
glowcloud
added a commit
that referenced
this issue
Nov 5, 2024
glowcloud
added a commit
that referenced
this issue
Nov 5, 2024
glowcloud
added a commit
that referenced
this issue
Nov 6, 2024
glowcloud
added a commit
that referenced
this issue
Nov 7, 2024
char0n
pushed a commit
that referenced
this issue
Nov 7, 2024
glowcloud
added a commit
that referenced
this issue
Nov 7, 2024
glowcloud
added a commit
that referenced
this issue
Nov 7, 2024
char0n
pushed a commit
that referenced
this issue
Nov 7, 2024
glowcloud
added a commit
that referenced
this issue
Nov 7, 2024
glowcloud
added a commit
that referenced
this issue
Nov 7, 2024
glowcloud
added a commit
that referenced
this issue
Nov 7, 2024
glowcloud
added a commit
that referenced
this issue
Nov 7, 2024
glowcloud
added a commit
that referenced
this issue
Nov 13, 2024
glowcloud
added a commit
that referenced
this issue
Nov 13, 2024
char0n
pushed a commit
that referenced
this issue
Nov 13, 2024
glowcloud
added a commit
that referenced
this issue
Nov 13, 2024
glowcloud
added a commit
that referenced
this issue
Nov 13, 2024
glowcloud
added a commit
that referenced
this issue
Nov 13, 2024
glowcloud
added a commit
that referenced
this issue
Nov 13, 2024
glowcloud
added a commit
that referenced
this issue
Nov 13, 2024
glowcloud
added a commit
that referenced
this issue
Nov 14, 2024
glowcloud
added a commit
that referenced
this issue
Nov 14, 2024
glowcloud
added a commit
that referenced
this issue
Nov 14, 2024
char0n
pushed a commit
that referenced
this issue
Nov 14, 2024
glowcloud
added a commit
that referenced
this issue
Nov 14, 2024
glowcloud
added a commit
that referenced
this issue
Nov 15, 2024
glowcloud
added a commit
that referenced
this issue
Nov 15, 2024
glowcloud
added a commit
that referenced
this issue
Nov 15, 2024
glowcloud
added a commit
that referenced
this issue
Nov 15, 2024
glowcloud
added a commit
that referenced
this issue
Nov 15, 2024
glowcloud
added a commit
that referenced
this issue
Nov 15, 2024
glowcloud
added a commit
that referenced
this issue
Nov 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This will allow TypeScript to recognize
exports
field in npm packages. Without this setting on we're not able to use proper imports of sub-paths with appropriate typings.nodenext
this setting will also require to have an explicit file extensions, which will require a lot of changes to a lot of files.TODO
This list is for the case when all packages has been transformed.
tsconfig.json
needs to be modified when all packages are transformedtsconfig.json
needs to be amended to original form.eslintrc
needs to be dropped and made globalThe text was updated successfully, but these errors were encountered: