Skip to content

Commit 31c1261

Browse files
committed
fix(typescript): explicitly include global types
fix #762
1 parent db175bb commit 31c1261

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

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

-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"allowSyntheticDefaultImports": true,
1313
"sourceMap": true,
1414
"baseUrl": ".",
15-
<%_if (isTest) { _%>
1615
"types": [
1716
"node",
1817
<%_ if (hasMocha) { _%>
@@ -22,7 +21,6 @@
2221
"jest"
2322
<%_ } _%>
2423
],
25-
<%_ } _%>
2624
"paths": {
2725
"@/*": [
2826
"src/*"

0 commit comments

Comments
 (0)