Skip to content

Commit 350f77b

Browse files
committed
fix(typescript): explicitly enable allowSyntheticDefaultImports
1 parent 3894a4a commit 350f77b

File tree

1 file changed

+1
-0
lines changed
  • packages/@vue/cli-plugin-typescript/generator/template

1 file changed

+1
-0
lines changed

packages/@vue/cli-plugin-typescript/generator/template/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"experimentalDecorators": true,
1111
<%_ } _%>
1212
"esModuleInterop": true,
13+
"allowSyntheticDefaultImports": true,
1314
"sourceMap": true,
1415
"baseUrl": ".",
1516
"types": [

0 commit comments

Comments
 (0)