You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Global tsconfig.json needs to be modified when all packages are transformed
Local tsconfig.json needs to be amended to original form
Local .eslintrc needs to be dropped and made global
The text was updated successfully, but these errors were encountered:
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: