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
https://vuejs.org/guide/typescript/overview.html#configuring-tsconfig-json
I noticed that the Vue documentation mentions some details about configuring tsconfig.json, including various options and project references. In particular, there is an important configuration option mentioned: compilerOptions.isolatedModules, which is set to true because Vite uses esbuild for TypeScript transpilation and is subject to single-file transpile limitations.
However, I noticed that this option is not configured in our project's tsconfig.json. I'm wondering if this is an omission or if this option is not necessary for our project. Could you provide some explanation or guidance to help us better understand and configure TypeScript options?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
https://vuejs.org/guide/typescript/overview.html#configuring-tsconfig-json
I noticed that the Vue documentation mentions some details about configuring tsconfig.json, including various options and project references. In particular, there is an important configuration option mentioned: compilerOptions.isolatedModules, which is set to true because Vite uses esbuild for TypeScript transpilation and is subject to single-file transpile limitations.
However, I noticed that this option is not configured in our project's tsconfig.json. I'm wondering if this is an omission or if this option is not necessary for our project. Could you provide some explanation or guidance to help us better understand and configure TypeScript options?
Beta Was this translation helpful? Give feedback.
All reactions