Skip to content

Commit

Permalink
Merge pull request #11243 from Uzlopak/fix-tsconfig
Browse files Browse the repository at this point in the history
move "allowSyntheticDefaultImports" into "compilerOptions" in tsconfi…
  • Loading branch information
vkarpov15 committed Jan 24, 2022
2 parents c530400 + f514007 commit e22a78a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/typescript/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"allowSyntheticDefaultImports": true,
"compilerOptions": {
"allowSyntheticDefaultImports": true
},
"esModuleInterop": true,
"outDir": "test/dist",
"strictNullChecks": true,
Expand Down

0 comments on commit e22a78a

Please sign in to comment.