Skip to content
New issue

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

Fix module resolution errors #106

Merged
merged 2 commits into from
Dec 30, 2023
Merged

Fix module resolution errors #106

merged 2 commits into from
Dec 30, 2023

Conversation

szymmis
Copy link
Owner

@szymmis szymmis commented Dec 30, 2023

Fixes #104

There is a problem with testing Vue typescript configuration due to TypeScript Language Server not recognizing .vue files out of the box without Volar extension, so it is ignored in tests. Still better idea than to include shims like

declare module '*.vue';

that break navigation capabilities.

@szymmis szymmis merged commit 97cc236 into master Dec 30, 2023
2 checks passed
@szymmis szymmis deleted the fix/module-resolution branch December 30, 2023 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeScript error: Relative import paths need explicit file extensions in ECMAScript imports
1 participant