Skip to content

Commit

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

0 comments on commit d92f876

Please sign in to comment.