X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Ftsconfig.base.json;h=f7d52f7f496dbb376f98eb94dee61abcad6cd33e;hb=b066468105fcbde155d6f6e2e9e0fb1d47981b98;hp=9f63ac11a2fc2cd5aefbbe9473088046f23d470c;hpb=2b199db4fc84bbd890c181e9b70e75e35e526a47;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 } }