8000 chore: support optional chaining operator in vuepress · vuejs/eslint-plugin-vue@055b589 · GitHub
[go: up one dir, main page]

Skip to content

Commit 055b589

Browse files
committed
chore: support optional chaining operator in vuepress
1 parent 6c58f1a commit 055b589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "ES2020",
3+
"target": "ES2019",
44
"module": "commonjs",
55
"lib": ["es2020"],
66
"allowJs": true,

0 commit comments

Comments
 (0)
0