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
I am getting a TS Error 2604, when I compile this. If I change type in package.json to "commonjs" or leave it out, the code compiles fine. How can I make it error free when using type="module" - which I need for other reasons.
The text was updated successfully, but these errors were encountered:
My code is
My package.json is
I am getting a TS Error 2604, when I compile this. If I change type in package.json to "commonjs" or leave it out, the code compiles fine. How can I make it error free when using type="module" - which I need for other reasons.
The text was updated successfully, but these errors were encountered: