diff --git a/docs/data/material/guides/typescript/typescript.md b/docs/data/material/guides/typescript/typescript.md index 16263e85624be0..5310d4b13bc5d7 100644 --- a/docs/data/material/guides/typescript/typescript.md +++ b/docs/data/material/guides/typescript/typescript.md @@ -16,7 +16,8 @@ For types to work, it's recommended that you have at least the following options "lib": ["es6", "dom"], "noImplicitAny": true, "noImplicitThis": true, - "strictNullChecks": true + "strictNullChecks": true, + "allowSyntheticDefaultImports": true } } ```