Skip to content

Commit

Permalink
chore: compile to es5 (#42)
Browse files Browse the repository at this point in the history
* chore: compile to es5

* chore: remove unused esbuild file

* chore: es5
  • Loading branch information
timc1 authored Sep 25, 2021
1 parent 87da621 commit 8820d01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 deletions.
28 changes: 0 additions & 28 deletions esbuild.mjs

This file was deleted.

4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"compilerOptions": {
"jsx": "react",
"declaration": true,
"target": "ESNext",
"target": "es5",
"lib": [
"ESNext",
"es5",
"DOM"
],
"strict": true,
Expand Down

1 comment on commit 8820d01

@vercel
Copy link

@vercel vercel bot commented on 8820d01 Sep 25, 2021

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

Please sign in to comment.