X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Ftsconfig.base.json;h=f7d52f7f496dbb376f98eb94dee61abcad6cd33e;hb=daa45ded44f0e7329a8ea88024275b0bb69ea0cb;hp=9f63ac11a2fc2cd5aefbbe9473088046f23d470c;hpb=2245e3df8c60ec1a416cef86b63998b404a1c4b5;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/tsconfig.base.json b/client/tsconfig.base.json index 9f63ac11a..f7d52f7f4 100644 --- a/client/tsconfig.base.json +++ b/client/tsconfig.base.json @@ -7,7 +7,6 @@ "declaration": false, "moduleResolution": "node", "module": "esnext", - "emitDecoratorMetadata": true, "experimentalDecorators": true, "noImplicitAny": true, "noImplicitThis": true, @@ -44,6 +43,6 @@ "strictInjectionParameters": true, "fullTemplateTypeCheck": true, "strictTemplates": true, - "enableI18nLegacyMessageIdFormat": true + "enableI18nLegacyMessageIdFormat": false } }