Skip to content

Commit

Permalink
chore: support optional chaining operator in vuepress
Browse files Browse the repository at this point in the history
  • Loading branch information
Amorites committed Sep 11, 2022
1 parent 6c58f1a commit 055b589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ES2020",
"target": "ES2019",
"module": "commonjs",
"lib": ["es2020"],
"allowJs": true,
Expand Down

0 comments on commit 055b589

Please sign in to comment.