diff --git a/tsconfig.base.json b/tsconfig.base.json index 9b42c58485..7377563dd8 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -15,6 +15,7 @@ "strictNullChecks": true, "jsx": "react", "declaration": true, + "declarationMap": true, "emitDeclarationOnly": true, "esModuleInterop": true, "skipLibCheck": true,