Skip to content

Commit

Permalink
Fix failed build due to esModuleInterop
Browse files Browse the repository at this point in the history
  • Loading branch information
JonatanMGit committed Feb 17, 2023
1 parent fa59516 commit 05f8ea0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bot/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"target": "es2020",
"module": "commonjs",
"moduleResolution": "node",
"allowJs": true
"allowJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true
},
"include": ["./src/**/*"],
"assets": ["./src/**/*"]
Expand Down

0 comments on commit 05f8ea0

Please sign in to comment.