My VS Code can't resolve the Type Definitions from all the jimu packages.
I can run the command npm start in client-folder and everything is compiled the right way. So I can use my widgets in ExBuilder DevEdition 1.9.
However it is very difficult to code with all the errors in the editor window and without code completion, type safety and all other advantages of TypeScript.
Solved! Go to Solution.
I found a solution: My widgets are in a own exb-web-extension-repo, and not in the your-extensions folder. If I add this folder to the include array in tsconfig.json, everything works fine.
I found a solution: My widgets are in a own exb-web-extension-repo, and not in the your-extensions folder. If I add this folder to the include array in tsconfig.json, everything works fine.