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
We definitely want to steer away from .ts files but I wonder if adding typescript to the project will be useful simply for the typing of global variables?
typing of Vite global variables (MAIN_WINDOW_VITE_DEV_SERVER_URL, MAIN_WINDOW_VITE_NAME)
Typing of import.meta.env (properties from Vite)
Typing of import.meta.env (Custom environment variables)
The text was updated successfully, but these errors were encountered:
We definitely want to steer away from
.ts
files but I wonder if adding typescript to the project will be useful simply for the typing of global variables?MAIN_WINDOW_VITE_DEV_SERVER_URL
,MAIN_WINDOW_VITE_NAME
)import.meta.env
(properties from Vite)import.meta.env
(Custom environment variables)The text was updated successfully, but these errors were encountered: