Skip to content

Commit

Permalink
hono prep
Browse files Browse the repository at this point in the history
  • Loading branch information
d4mr committed Feb 10, 2025
1 parent 0fe6a4f commit ad8966b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
/* Base Options: */
"target": "es2022",
"target": "ESNext",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"esModuleInterop": true,
Expand All @@ -23,7 +23,9 @@

/* Decorators */
"experimentalDecorators": true,
"emitDecoratorMetadata": true
"emitDecoratorMetadata": true,

"types": ["node"]
},
"ts-node": {
"esm": true,
Expand Down

0 comments on commit ad8966b

Please sign in to comment.