Skip to content

Commit

Permalink
make target for Vue consistent with React
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait committed Mar 3, 2023
1 parent 34ecaf8 commit e236b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@headlessui-vue/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"*": ["src/*", "node_modules/*"]
},
"esModuleInterop": true,
"target": "es5",
"target": "ESNext",
"allowJs": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
Expand Down

0 comments on commit e236b1b

Please sign in to comment.