Skip to content

Commit

Permalink
fix: update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Aug 10, 2023
1 parent e1b14a9 commit 1bc99ac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@
"rootDir": "src",
"strict": true,
"target": "es2019",
"moduleResolution": "node"
"moduleResolution": "Node16"
},
"include": [
"src/**/*"
],
"ts-node": {
"esm": true,
"experimentalSpecifierResolution": "node",
"esm": true
}
}

0 comments on commit 1bc99ac

Please sign in to comment.