Skip to content

Commit

Permalink
fix dev server build
Browse files Browse the repository at this point in the history
  • Loading branch information
michavie committed Jan 5, 2024
1 parent 4106716 commit e5f57f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es5",
"target": "es2015",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
Expand Down

1 comment on commit e5f57f0

@vercel
Copy link

@vercel vercel bot commented on e5f57f0 Jan 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.