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
Not sure if this is configurable, I could not find anything.
If not than this is a "wont fix" because cloning into apps/ is a unsupported dev setup, you probably want to use apps-extra or similar, as apps/ is for shipped apps only.
Using any other app directory will solve this issue, as the server config is only about apps/ and core/.
Vite searches for
tsconfig.json
in parent directories regardless of having owntsconfig.json
or using TS in an app.It results in:
/apps/
directory.I haven't found a way to ignore the config yet...
Only to install server's dependency
@vue/tsconfig
to remove the warning.The text was updated successfully, but these errors were encountered: