Skip to content

Commit

Permalink
fix: compiler.webpack.ModuleFilenameHelpers type error (#4650)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrykingxyz authored and Boshen committed Nov 15, 2023
1 parent 01dc1e3 commit 7f0f825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"module": "NodeNext",
"module": "CommonJS",
"moduleResolution": "NodeNext",
"target": "ES2018",
"esModuleInterop": true,
Expand Down

0 comments on commit 7f0f825

Please sign in to comment.