We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
exports
node 20 ts5+
https://stackblitz.com/edit/vitejs-vite-zbxug8?file=src%2Findex.ts,package.json,src%2Fadd.ts,src%2Fsub.ts,build.config.ts,tsconfig.json
ts error add is not a module when import * as addObj from './add';
add is not a module when
No response
The text was updated successfully, but these errors were encountered:
Sorry, this has nothing to do with unbuild, please check https://stackoverflow.com/questions/32805559/typescript-es6-import-module-file-is-not-a-module-error
Sorry, something went wrong.
No branches or pull requests
Environment
node 20 ts5+
Reproduction
https://stackblitz.com/edit/vitejs-vite-zbxug8?file=src%2Findex.ts,package.json,src%2Fadd.ts,src%2Fsub.ts,build.config.ts,tsconfig.json
Describe the bug
ts error
add is not a module when
import * as addObj from './add';Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: