Skip to content

Commit ad8966b

Browse files
committed
hono prep
1 parent 0fe6a4f commit ad8966b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tsconfig.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
/* Base Options: */
4-
"target": "es2022",
4+
"target": "ESNext",
55
"module": "NodeNext",
66
"moduleResolution": "NodeNext",
77
"esModuleInterop": true,
@@ -23,7 +23,9 @@
2323

2424
/* Decorators */
2525
"experimentalDecorators": true,
26-
"emitDecoratorMetadata": true
26+
"emitDecoratorMetadata": true,
27+
28+
"types": ["node"]
2729
},
2830
"ts-node": {
2931
"esm": true,

0 commit comments

Comments
 (0)