Skip to content

Commit 7482244

Browse files
author
Guillaume Chau
committed
fix(ui): tsconfig
1 parent 3c78d90 commit 7482244

File tree

1 file changed

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

1 file changed

+7
-1
lines changed

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

+7-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,13 @@
2424
"@/*": [
2525
"src/*"
2626
]
27-
}
27+
},
28+
"lib": [
29+
"es2015",
30+
"dom",
31+
"dom.iterable",
32+
"scripthost"
33+
]
2834
},
2935
"include": [
3036
"src/**/*.ts",

0 commit comments

Comments
 (0)