X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Ftsconfig.base.json;h=9f63ac11a2fc2cd5aefbbe9473088046f23d470c;hb=b9fdbff7f7de0492e5a93c19f8e88c39575dfeaa;hp=2ce7e27e2dd6edae946412df70c95cdcb4bd217a;hpb=583eb04b541175035d6d452ca626a96ebf2b7437;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/tsconfig.base.json b/client/tsconfig.base.json index 2ce7e27e2..9f63ac11a 100644 --- a/client/tsconfig.base.json +++ b/client/tsconfig.base.json @@ -43,6 +43,7 @@ "angularCompilerOptions": { "strictInjectionParameters": true, "fullTemplateTypeCheck": true, - "strictTemplates": true + "strictTemplates": true, + "enableI18nLegacyMessageIdFormat": true } }