Skip to content

Commit

Permalink
fix: also disable allowSyntheticDefaultImports
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Similar to google#183, also disable synthetic imports.
  • Loading branch information
ofrobots committed Jul 3, 2018
1 parent 94360af commit d579db5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsconfig-google.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"declaration": true,
Expand Down

0 comments on commit d579db5

Please sign in to comment.