Skip to content

Commit a352bdc

Browse files
committed
fix(typescript): default esModuleInterop to true
close #1895
1 parent 75eb5b1 commit a352bdc

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"experimentalDecorators": true,
1111
"emitDecoratorMetadata": true,
1212
<%_ } _%>
13-
"allowSyntheticDefaultImports": true,
13+
"esModuleInterop": true,
1414
"sourceMap": true,
1515
"baseUrl": ".",
1616
"types": [

0 commit comments

Comments
 (0)