Skip to content

Commit d70ab27

Browse files
committed
feat: Setup for Vue 2 of Vue - Official extension
1 parent ddc2baa commit d70ab27

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

template/tsconfig/base/tsconfig.app.json

+4
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,9 @@
1010
"paths": {
1111
"@/*": ["./src/*"]
1212
}
13+
},
14+
"vueCompilerOptions": {
15+
// "target": 2, // For Vue version <= 2.6.14
16+
"target": 2.7
1317
}
1418
}

0 commit comments

Comments
 (0)