You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using vite build, the TS checker uses the default tsconfig.json which leads to incorrect error reporting. I noticed it when building an Electron project with separate tsconfig.json files for the main and renderer and the custom include/files/exclude configuration was ignored when specifying the tsconfig file.
The text was updated successfully, but these errors were encountered:
When using
vite build
, the TS checker uses the defaulttsconfig.json
which leads to incorrect error reporting. I noticed it when building an Electron project with separatetsconfig.json
files for the main and renderer and the custominclude/files/exclude
configuration was ignored when specifying the tsconfig file.The text was updated successfully, but these errors were encountered: