Closed lizthegrey closed 3 years ago
@lizthegrey, apologies for the belated response, but somehow bugs here don't make it to my inbox and I didn't see this one!
Yes, you are indeed correct. There was a bug in the way files were resolved and relative imports didn't work.
It should have been fixed here:
https://github.com/juitnow/juit-vue-ts-checker/commit/3a4e86b860cf36a6f4f90fc3c2b85b47ab71f77b
1.0.6 should work!
Awesome, thanks! I'll give things another try!
When running the command line tool as
yarn vue-ts-checker
:here's the contents of
src/client/Home.vue
:and the partial contents of
src/client/home.ts
:My tsconfig has no
rootDirs
set right now, do I need to instruct vue-ts-checker that the virtual directory from the transpilation of vue to ts is the same as the ts directory?