Skip to content

Commit

Permalink
fix and update es version
Browse files Browse the repository at this point in the history
  • Loading branch information
taisan11 committed Dec 4, 2024
1 parent 97ef798 commit 3db46f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/module/KAS.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { env } from "hono/adapter";
import { createTripByKey } from "./data-util";

function formatUnixTime(unixTime: number): string {
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"compilerOptions": {
"strict": true,
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx"
"jsxImportSource": "hono/jsx",
"target": "ESNext"
},
"exclude": ["node_modules"]
}

0 comments on commit 3db46f7

Please sign in to comment.