diff options
author | Chocobozzz <me@florianbigard.com> | 2023-06-06 14:32:47 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-06-29 09:49:06 +0200 |
commit | 866c5f667da9fc09f3b093ff0a6f89d4af0ce5af (patch) | |
tree | 7a42f7974cec400f9cf09e86de00e69e36b2136d /client/tsconfig.json | |
parent | 40346ead2b0b7afa475aef057d3673b6c7574b7a (diff) | |
download | PeerTube-866c5f667da9fc09f3b093ff0a6f89d4af0ce5af.tar.gz PeerTube-866c5f667da9fc09f3b093ff0a6f89d4af0ce5af.tar.zst PeerTube-866c5f667da9fc09f3b093ff0a6f89d4af0ce5af.zip |
Simplify ICU in components
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r-- | client/tsconfig.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json index 785ed1c6c..f6409402a 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json | |||
@@ -89,8 +89,7 @@ | |||
89 | ], | 89 | ], |
90 | "exclude": [ | 90 | "exclude": [ |
91 | "../node_modules", | 91 | "../node_modules", |
92 | "../server", | 92 | "../server" |
93 | "node_modules" | ||
94 | ], | 93 | ], |
95 | "angularCompilerOptions": { | 94 | "angularCompilerOptions": { |
96 | "strictInjectionParameters": true, | 95 | "strictInjectionParameters": true, |