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
node_modules/loadtest/index.d.ts:44:1 - error TS1203: Export assignment cannot be used when targeting ECMAScript modules. Consider using 'export default' or another module format instead.
44 export = loadtest;
The text was updated successfully, but these errors were encountered:
When using typescript with following config and setting
"type": "module"
in package.json I can't build:The text was updated successfully, but these errors were encountered: