We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 480cd96 commit 27fa57bCopy full SHA for 27fa57b
tsconfig.json
@@ -15,11 +15,7 @@
15
// So here we enable some resolution features that are only available in bundlers.
16
"moduleResolution": "bundler",
17
"resolveJsonModule": true,
18
- // `allowImportingTsExtensions` can only be used when `noEmit` or `emitDeclarationOnly` is set.
19
- // But `noEmit` may cause problems with solution-style tsconfigs:
20
- // <https://github.com/microsoft/TypeScript/issues/49844>
21
- // And `emitDeclarationOnly` is not always wanted.
22
- // Considering it's not likely to be commonly used in Vue codebases, we don't enable it here.
+ "allowImportingTsExtensions": true,
23
24
// Required in Vue projects
25
"jsx": "preserve",
0 commit comments