Skip to content

Commit

Permalink
rm moduleResolution
Browse files Browse the repository at this point in the history
  • Loading branch information
teogeb committed Oct 28, 2024
1 parent be66d55 commit da5586c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/node20/tsconfig.json",
"compilerOptions": {
"moduleResolution": "node",
"noImplicitOverride": true,
"resolveJsonModule": true,
"incremental": true,
Expand All @@ -15,4 +14,4 @@
"src/**/*",
"test/**/*"
]
}
}

0 comments on commit da5586c

Please sign in to comment.