Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alpor
Total activity
9
Last activity
April 27, 2020 11:55
Member since
April 24, 2020 18:55
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
1
Activity overview
Posts (0)
Comments (5)
Alpor
commented,
April 27, 2020 11:55
Now it works. And, yes, the problem was in the app-local tsconfig.json file(s).It should contain an explicit reference (in include section) to the root folder containing the shims-vue.d.ts file.It ...
Community
WebStorm
import module error with Vue 2.0 and typescript
3 votes
Alpor
commented,
April 25, 2020 21:51
And now it has been returned to the beginning - after upgrade to TS 3.8 (or 3.7). Invalidating caches and restart have no effect. Now .vue imports are showing false error marks again, and .ts or .j...
Community
WebStorm
import module error with Vue 2.0 and typescript
0 votes
Alpor
commented,
April 25, 2020 16:36
Anoter (related) problem: false error marks on the _short_ imports in apps for non-Vue files (for the setup decribed above: https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000800...
Community
WebStorm
import module error with Vue 2.0 and typescript
0 votes
Alpor
commented,
April 24, 2020 23:17
Thanks for hint, @Elena. Now it works! My project has multiple separate apps in /apps folder. Like /apps/AppOne, /apps/AppTwo, etc. Each app has its own tsconfig.json and webpack.config.js. To buil...
Community
WebStorm
import module error with Vue 2.0 and typescript
0 votes
Alpor
commented,
April 24, 2020 19:07
I can confirm that problem still persists. It is a _false_ error mark on a .vue component import. The tooltip error message is like "TS2307: Cannot find module @/App.vue". The import itself work fi...
Community
WebStorm
import module error with Vue 2.0 and typescript
0 votes