Skip to content

Commit

Permalink
Add esModuleInterop and allowSyntheticDefaultImports to tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Juice10 committed Dec 14, 2023
1 parent 9ca8ea7 commit 860d940
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/rrdom/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"strictNullChecks": true,
"removeComments": true,
"preserveConstEnums": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"rootDir": "src",
"outDir": "build",
Expand Down

0 comments on commit 860d940

Please sign in to comment.