Skip to content

Commit

Permalink
move "allowSyntheticDefaultImports" into "compilerOptions" in tsconfi…
Browse files Browse the repository at this point in the history
…g.json
  • Loading branch information
Uzlopak committed Jan 18, 2022
1 parent eccf89f commit f514007
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 f514007

Please sign in to comment.