Skip to content

Commit 1a2704e

Browse files
committed
v0.1.5
1 parent 9fce6ac commit 1a2704e

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

bun.lock

Lines changed: 8 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"prettier": "^3.6.2"
4343
},
4444
"peerDependencies": {
45+
"elysia": "^1.3.8",
4546
"typescript": "^5"
4647
}
4748
}

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"compilerOptions": {
33
"lib": ["ESNext"],
4-
"target": "ESNext",
5-
"module": "esnext",
4+
"target": "ES2022",
5+
"module": "ESNext",
66
"moduleDetection": "force",
77
"jsx": "preserve",
88
"moduleResolution": "bundler",
@@ -23,7 +23,7 @@
2323
"declaration": true,
2424
"emitDeclarationOnly": true,
2525
"outDir": "dist",
26-
"types": ["bun-types"]
26+
"types": ["bun"]
2727
},
2828
"exclude": ["dist", "example", "tests"]
2929
}

0 commit comments

Comments
 (0)