diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-27 16:12:41 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-05-27 16:12:41 +0200 |
commit | 8f608a4cb22ab232cfab20665050764b38bac9c7 (patch) | |
tree | 6a6785aae79bf5939ad7b7a50a1bd8031268d2b4 /client/tsconfig.base.json | |
parent | 030ccfce59a8cb8f2fee6ea8dd363ba635c5c5c2 (diff) | |
parent | c215e627b575d2c4085ccb222f4ca8d0237b7552 (diff) | |
download | PeerTube-8f608a4cb22ab232cfab20665050764b38bac9c7.tar.gz PeerTube-8f608a4cb22ab232cfab20665050764b38bac9c7.tar.zst PeerTube-8f608a4cb22ab232cfab20665050764b38bac9c7.zip |
Merge branch 'develop' into shorter-URLs-channels-accounts
Diffstat (limited to 'client/tsconfig.base.json')
-rw-r--r-- | client/tsconfig.base.json | 3 |
1 files changed, 1 insertions, 2 deletions
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 @@ | |||
7 | "declaration": false, | 7 | "declaration": false, |
8 | "moduleResolution": "node", | 8 | "moduleResolution": "node", |
9 | "module": "esnext", | 9 | "module": "esnext", |
10 | "emitDecoratorMetadata": true, | ||
11 | "experimentalDecorators": true, | 10 | "experimentalDecorators": true, |
12 | "noImplicitAny": true, | 11 | "noImplicitAny": true, |
13 | "noImplicitThis": true, | 12 | "noImplicitThis": true, |
@@ -44,6 +43,6 @@ | |||
44 | "strictInjectionParameters": true, | 43 | "strictInjectionParameters": true, |
45 | "fullTemplateTypeCheck": true, | 44 | "fullTemplateTypeCheck": true, |
46 | "strictTemplates": true, | 45 | "strictTemplates": true, |
47 | "enableI18nLegacyMessageIdFormat": true | 46 | "enableI18nLegacyMessageIdFormat": false |
48 | } | 47 | } |
49 | } | 48 | } |