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
Enabling allowImportingTsExtensions means that it's easy for users to make the mistake of using .ts instead of .js. I think this will cause a lot of problems. I'm not sure it makes sense to introduce this pitfall just to enable the user of a highly experimental Node.js feature. It seems like for now, you should just manually enable that in the projects tsconfig. In addition, it's also unclear whether it has any other hidden gotchas.
https://www.typescriptlang.org/tsconfig/#allowImportingTsExtensions
Required for:
Which is required by
node --experimental-strip-types
This is unrelated/unaffected by #29
I don't know what are the consequences of allowing
.ts
imports though. Also XO currently enforces.js
extensions:The text was updated successfully, but these errors were encountered: