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
'@/database/Database'
Both tsc and vue-tsc throw because Database is imported incorrectly by Interpreter. Causes Vite project builds to fail.
tsc
vue-tsc
Database
Interpreter
Run tsc --noEmit in a Vue 3 project root.
tsc --noEmit
No error.
The text was updated successfully, but these errors were encountered:
fix(interpreter): import database correctly (#74) (#75)
e115503
fix #74
Successfully merging a pull request may close this issue.
Describe the bug
Both
tsc
andvue-tsc
throw becauseDatabase
is imported incorrectly byInterpreter
. Causes Vite project builds to fail.Steps to reproduce the bug
Run
tsc --noEmit
in a Vue 3 project root.Expected behavior
No error.
Versions
The text was updated successfully, but these errors were encountered: