Hello All,
I'm using VSCode to create custom widgets and can't see to get it to recognize the typings for the jimu packages. Getting warnings like:
Cannot find module 'jimu-core' or its corresponding type declarations.
Changing the client/tsconfig.json didn't seem to help. Webpack still builds OK but the type declaration warnings are hiding more significant problems.
Can someone please point me to how to get this properly configured?
Thanks!
--john