Skip to content

Commit

Permalink
chore: enable esModuleInterop
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreaves committed Sep 20, 2024
1 parent 7fa4b70 commit d8c9a23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": ["@tsconfig/strictest/tsconfig", "@tsconfig/node20/tsconfig"],
"compilerOptions": {
"noEmit": true,
"esModuleInterop": true,
"exactOptionalPropertyTypes": false
},
"include": ["src", "*.ts", "*.js"]
Expand Down

0 comments on commit d8c9a23

Please sign in to comment.