Skip to content

Commit

Permalink
chore: update moduleResolution and module to node16
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Oct 21, 2023
1 parent 7e6888d commit 92340de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
@@ -1,8 +1,8 @@
{
"extends": "@tsconfig/node14/tsconfig.json",
"compilerOptions": {
"moduleResolution": "node",
"module": "commonjs",
"moduleResolution": "node16",
"module": "node16",
"noEmit": true,
"stripInternal": true,

Expand Down

0 comments on commit 92340de

Please sign in to comment.