Skip to content

Commit

Permalink
Defer to @tsconfig settings for module
Browse files Browse the repository at this point in the history
The "module" setting is defined in the base tsconfig.json that we're
using, and overriding it actually resulted in a mismatch with the
latest `moduleResolution` that was being defined in that base.
  • Loading branch information
slifty committed Aug 25, 2023
1 parent e567137 commit 22f5f52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "@tsconfig/node18/tsconfig.json",
"compilerOptions": {
"module": "commonjs",
"outDir": "dist",
"declaration": true,
"esModuleInterop": true,
Expand Down

0 comments on commit 22f5f52

Please sign in to comment.