diff options
author | Chocobozzz <me@florianbigard.com> | 2020-02-07 15:51:19 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-02-10 16:39:28 +0100 |
commit | 361dcebc75dea74947b6c3aafd9d7d720c054b01 (patch) | |
tree | 5edf2a0d871097ba7da2b974b8ccdef9c6b73261 /client/tsconfig.app.json | |
parent | f77eb73b5e02bed9e223dafc1c203ceb7c05b6e5 (diff) | |
download | PeerTube-361dcebc75dea74947b6c3aafd9d7d720c054b01.tar.gz PeerTube-361dcebc75dea74947b6c3aafd9d7d720c054b01.tar.zst PeerTube-361dcebc75dea74947b6c3aafd9d7d720c054b01.zip |
Support i18n build
Diffstat (limited to 'client/tsconfig.app.json')
-rw-r--r-- | client/tsconfig.app.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/client/tsconfig.app.json b/client/tsconfig.app.json index 225555bfc..d7f69a98e 100644 --- a/client/tsconfig.app.json +++ b/client/tsconfig.app.json | |||
@@ -12,12 +12,11 @@ | |||
12 | ] | 12 | ] |
13 | }, | 13 | }, |
14 | "files": [ | 14 | "files": [ |
15 | "src/main.ts", | ||
16 | "src/polyfills.ts" | 15 | "src/polyfills.ts" |
17 | ], | 16 | ], |
18 | "include": [ | 17 | "include": [ |
18 | "src/main*.ts", | ||
19 | "src/**/*.d.ts", | 19 | "src/**/*.d.ts", |
20 | "src/shims/*.ts", | 20 | "src/shims/*.ts" |
21 | "../shared/models" | ||
22 | ] | 21 | ] |
23 | } | 22 | } |