aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/tsconfig.base.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-05-27 16:44:38 +0200
committerChocobozzz <me@florianbigard.com>2021-05-27 16:45:02 +0200
commitd7c6b95184c409d77b19c98aebc5e48b0c7bfc07 (patch)
treee9e2a14108cf00a38664d1343727b20195c09f59 /client/tsconfig.base.json
parentb1ed448e948211a59ab110c9d4c7c2e82819645e (diff)
downloadPeerTube-d7c6b95184c409d77b19c98aebc5e48b0c7bfc07.tar.gz
PeerTube-d7c6b95184c409d77b19c98aebc5e48b0c7bfc07.tar.zst
PeerTube-d7c6b95184c409d77b19c98aebc5e48b0c7bfc07.zip
Use new id format
Diffstat (limited to 'client/tsconfig.base.json')
-rw-r--r--client/tsconfig.base.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/tsconfig.base.json b/client/tsconfig.base.json
index 68e902d26..f7d52f7f4 100644
--- a/client/tsconfig.base.json
+++ b/client/tsconfig.base.json
@@ -43,6 +43,6 @@
43 "strictInjectionParameters": true, 43 "strictInjectionParameters": true,
44 "fullTemplateTypeCheck": true, 44 "fullTemplateTypeCheck": true,
45 "strictTemplates": true, 45 "strictTemplates": true,
46 "enableI18nLegacyMessageIdFormat": true 46 "enableI18nLegacyMessageIdFormat": false
47 } 47 }
48} 48}