Skip to content

Commit

Permalink
refactor: let's adapt this to NodeNext
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed Oct 1, 2024
1 parent ff20fb3 commit 4c1c2d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"compilerOptions": {
"target": "esnext",
"module": "Node16",
"module": "NodeNext",
"declaration": true,
"outDir": "dist",
"moduleResolution": "Node16",
"moduleResolution": "NodeNext",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,

Expand Down

0 comments on commit 4c1c2d0

Please sign in to comment.