Closed p-rivero closed 1 year ago
This fixes the import error when using "moduleResolution": "bundler" (now the default in Vue)
"moduleResolution": "bundler"
See https://github.com/vuejs/tsconfig#migrating-from-typescript--50
ty!
You're welcome :)
This fixes the import error when using
"moduleResolution": "bundler"
(now the default in Vue)See https://github.com/vuejs/tsconfig#migrating-from-typescript--50