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
Try a different approach for loading TS config files
- This is done for mainly 2 reasons:
1. We don't know how many runtime environments are going to support loading TS files natively in the future, so this saves us having to check for every single one.
2. This also ensures that we give the user the option of passing their own TS loader of choice through `NODE_OPTIONS` in CLI for example: `NODE_OPTIONS=--import=tsx/esm`, without ESLint getting in the way and potentially causing conflicts between multiple loaders.
0 commit comments