Skip to content

Commit

Permalink
refactor: esModuleInterop true
Browse files Browse the repository at this point in the history
  • Loading branch information
DIY0R committed Sep 22, 2024
1 parent d234ab9 commit b0174d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"target": "ES2021",
"sourceMap": true,
"outDir": "./dist",
Expand All @@ -14,7 +15,7 @@
"strictNullChecks": false,
"noImplicitAny": false,
"strictBindCallApply": false,
"forceConsistentCasingInFileNames": false,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": false,
},
"include": [
Expand Down

0 comments on commit b0174d1

Please sign in to comment.