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
The following PR was created to detect the esModuleInterop parameter in tsconfig.json. 0b585a1
It seems that the tsconfig.json file is loaded like a text file. So any extended configuration provided in the "extends" parameter of the tsconfig.json file won't be detected.
Expected:
I can set the esModuleInterop value in a tsconfig.base.json that will be extended by tsconfig.json and the rule import/default will work