Skip to content

Commit

Permalink
[UPDATE] tsconfig use ES6 as target
Browse files Browse the repository at this point in the history
  • Loading branch information
mathix420 committed Jan 18, 2023
1 parent 2a86761 commit c070aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuito/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"allowJs": false,
"target": "ES5",
"target": "ES6",
"lib": ["ESNext"],
"module": "ESNext",
"moduleResolution": "node",
Expand Down

0 comments on commit c070aa5

Please sign in to comment.