diff options
author | Chocobozzz <me@florianbigard.com> | 2019-08-01 11:38:26 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-08-01 11:38:47 +0200 |
commit | 16b5525950c27172b8426e03cbb1c59794cfc44c (patch) | |
tree | e29f0dd37058cc90cdff07f7ab0df281e7db3505 /client/tsconfig.app.json | |
parent | 1f8ac02436237f0a4f2f10b8c37b28578cc5a411 (diff) | |
download | PeerTube-16b5525950c27172b8426e03cbb1c59794cfc44c.tar.gz PeerTube-16b5525950c27172b8426e03cbb1c59794cfc44c.tar.zst PeerTube-16b5525950c27172b8426e03cbb1c59794cfc44c.zip |
Update Angular -> 8.2.0
Diffstat (limited to 'client/tsconfig.app.json')
-rw-r--r-- | client/tsconfig.app.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/client/tsconfig.app.json b/client/tsconfig.app.json new file mode 100644 index 000000000..225555bfc --- /dev/null +++ b/client/tsconfig.app.json | |||
@@ -0,0 +1,23 @@ | |||
1 | { | ||
2 | "extends": "./tsconfig.json", | ||
3 | "compilerOptions": { | ||
4 | "outDir": "./out-tsc/app", | ||
5 | "baseUrl": "./", | ||
6 | "types": [], | ||
7 | "lib": [ | ||
8 | "es2017", | ||
9 | "es2016", | ||
10 | "es2015", | ||
11 | "dom" | ||
12 | ] | ||
13 | }, | ||
14 | "files": [ | ||
15 | "src/main.ts", | ||
16 | "src/polyfills.ts" | ||
17 | ], | ||
18 | "include": [ | ||
19 | "src/**/*.d.ts", | ||
20 | "src/shims/*.ts", | ||
21 | "../shared/models" | ||
22 | ] | ||
23 | } | ||