Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -20,7 +20,8 @@ | @@ -20,7 +20,8 @@ | ||
| 20 | "noUnusedLocals": true, | 20 | "noUnusedLocals": true, |
| 21 | "noUnusedParameters": true, | 21 | "noUnusedParameters": true, |
| 22 | "noFallthroughCasesInSwitch": true, | 22 | "noFallthroughCasesInSwitch": true, |
| 23 | - "noUncheckedSideEffectImports": true | 23 | + "noUncheckedSideEffectImports": true, |
| 24 | + "allowSyntheticDefaultImports": true | ||
| 24 | }, | 25 | }, |
| 25 | "include": ["src"] | 26 | "include": ["src"] |
| 26 | } | 27 | } |