Skip to content

Commit aea4cfe

Browse files
committed
fix: do not default emitDecoratorMetadata to true
close #1708
1 parent 6b91a13 commit aea4cfe

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"moduleResolution": "node",
99
<%_ if (options.classComponent) { _%>
1010
"experimentalDecorators": true,
11-
"emitDecoratorMetadata": true,
1211
<%_ } _%>
1312
"esModuleInterop": true,
1413
"sourceMap": true,

0 commit comments

Comments
 (0)