-
Notifications
You must be signed in to change notification settings - Fork 435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vue recommends enabling isolatedModules, but tsconfig from create-vue doesn't #401
Comments
It does actually: the tsconfig file extends a base configuration:
this is a dependency you have in your package.json, that you can check (or in this repo https://github.com/vuejs/tsconfig) The base config does not use |
Aha, thanks. FYI, I'd checked vue-tsc --showConfig before posting, but didn't know that |
The tsconfig settings (not this project... tsc world) are an absolute disaster, so hard to grok and debug. |
…atedModules` (#2592) * Note that verbatimModuleSyntax meets the suggested criteria for `isolatedModules` See also vuejs/create-vue#401 * Update src/guide/typescript/overview.md --------- Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com>
See https://vuejs.org/guide/typescript/overview#configuring-tsconfig-json
Only reference to that config option in this repo is disabling it for Cypress
The text was updated successfully, but these errors were encountered: