Skip to content

Commit

Permalink
Lowercasing the moduleResolution option
Browse files Browse the repository at this point in the history
  • Loading branch information
mhkuu committed Jan 22, 2025
1 parent 8440d81 commit 95634c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/yoastseo/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"checkJs": false,
"outDir": "./types",
"module": "esnext",
"moduleResolution": "Bundler",
"moduleResolution": "bundler",
"strict": true,
"skipLibCheck": true,
}
Expand Down

0 comments on commit 95634c3

Please sign in to comment.