diff options
author | Chocobozzz <me@florianbigard.com> | 2020-06-26 08:37:26 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-08-07 08:28:14 +0200 |
commit | 583eb04b541175035d6d452ca626a96ebf2b7437 (patch) | |
tree | 114ba0a7004b4b2a7fc77444ef5fcb73414c6e93 /client/tsconfig.app.json | |
parent | 4504f09f6e85f09b0489debb547a17209d7176ea (diff) | |
download | PeerTube-583eb04b541175035d6d452ca626a96ebf2b7437.tar.gz PeerTube-583eb04b541175035d6d452ca626a96ebf2b7437.tar.zst PeerTube-583eb04b541175035d6d452ca626a96ebf2b7437.zip |
Upgrade to angular 10
Diffstat (limited to 'client/tsconfig.app.json')
-rw-r--r-- | client/tsconfig.app.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/client/tsconfig.app.json b/client/tsconfig.app.json index d7f69a98e..ac7a1fb36 100644 --- a/client/tsconfig.app.json +++ b/client/tsconfig.app.json | |||
@@ -1,5 +1,5 @@ | |||
1 | { | 1 | { |
2 | "extends": "./tsconfig.json", | 2 | "extends": "./tsconfig.base.json", |
3 | "compilerOptions": { | 3 | "compilerOptions": { |
4 | "outDir": "./out-tsc/app", | 4 | "outDir": "./out-tsc/app", |
5 | "baseUrl": "./", | 5 | "baseUrl": "./", |
@@ -18,5 +18,9 @@ | |||
18 | "src/main*.ts", | 18 | "src/main*.ts", |
19 | "src/**/*.d.ts", | 19 | "src/**/*.d.ts", |
20 | "src/shims/*.ts" | 20 | "src/shims/*.ts" |
21 | ], | ||
22 | "exclude": [ | ||
23 | "../node_modules", | ||
24 | "../server" | ||
21 | ] | 25 | ] |
22 | } | 26 | } |