Lukas Schwarz
Results
1
comments of
Lukas Schwarz
Found a workaround: in the tsconfig.json: `{ "compilerOptions": { ... "paths": { "vue": ["./node_modules/vue"] } ... }` worked for me