Skip to content

Commit 6cd8a25

Browse files
committed
fix(vue): fix component types
1 parent 3b7919e commit 6cd8a25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/vue/tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"experimentalDecorators": true,
88
"esModuleInterop": true,
99
"lib": ["dom", "es2020"],
10-
"module": "es2015",
11-
"moduleResolution": "node",
10+
"module": "ESNext",
11+
"moduleResolution": "bundler",
1212
"noImplicitAny": true,
1313
"noImplicitReturns": false,
1414
"noUnusedLocals": true,

0 commit comments

Comments
 (0)