Skip to content

Commit

Permalink
fix: fix tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
graykode committed Sep 27, 2024
1 parent 53b3774 commit aadfb5a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

// Interop constraints
"esModuleInterop": false,
"allowSyntheticDefaultImports": false,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"importHelpers": false, // This is only used for build validation. Since we do not have `tslib` installed, this will fail if we accidentally make use of anything that'd require injection of helpers.

Expand Down
1 change: 0 additions & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@
"sourceMap": true,
"rootDir": "./src"
},
"allowSyntheticDefaultImports": true
}

0 comments on commit aadfb5a

Please sign in to comment.