Skip to content

Commit

Permalink
chore: Remove override of module resolution
Browse files Browse the repository at this point in the history
The tsconfig being extended in tsconfig.base.json already specifies "moduleResolution": "node16"

"moduleResolution": "node" is for earlier versions of NodeJS
  • Loading branch information
tvhees committed Jul 2, 2024
1 parent 5d40b62 commit caf5f4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"rootDir": ".",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
Expand Down

0 comments on commit caf5f4d

Please sign in to comment.