When I try to use phosphor-vue with @vue/cli-service I get the error Cannot find module @/lib/types. To avoid that error, I had to copy the file phosphor-vue/src/lib/types.ts locally. Because in @vue/cli-service the alias @ only points to the local directory src
When I try to use phosphor-vue with
@vue/cli-service
I get the errorCannot find module @/lib/types
. To avoid that error, I had to copy the filephosphor-vue/src/lib/types.ts
locally. Because in@vue/cli-service
the alias@
only points to the local directorysrc