diff --git a/tsconfig.json b/tsconfig.json index 63ae33bc..deeceb08 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -27,6 +27,7 @@ "enableI18nLegacyMessageIdFormat": false, "strictInjectionParameters": true, "strictInputAccessModifiers": true, - "strictTemplates": true + "strictTemplates": true, + "compilationMode": "partial" } }