diff options
author | Chocobozzz <me@florianbigard.com> | 2021-08-17 14:01:51 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-08-17 14:06:56 +0200 |
commit | 1d4591fd9c724c9409da31612f6d8c008f1cb5e4 (patch) | |
tree | edf37dad3e3424d6b7a0c5149f47da88124e0286 /client/tsconfig.app.json | |
parent | 1378c0d343028f3d40d7d795422684ab9e6a1599 (diff) | |
download | PeerTube-1d4591fd9c724c9409da31612f6d8c008f1cb5e4.tar.gz PeerTube-1d4591fd9c724c9409da31612f6d8c008f1cb5e4.tar.zst PeerTube-1d4591fd9c724c9409da31612f6d8c008f1cb5e4.zip |
Remove solution style ts config
Diffstat (limited to 'client/tsconfig.app.json')
-rw-r--r-- | client/tsconfig.app.json | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/client/tsconfig.app.json b/client/tsconfig.app.json deleted file mode 100644 index ac7a1fb36..000000000 --- a/client/tsconfig.app.json +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | { | ||
2 | "extends": "./tsconfig.base.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/polyfills.ts" | ||
16 | ], | ||
17 | "include": [ | ||
18 | "src/main*.ts", | ||
19 | "src/**/*.d.ts", | ||
20 | "src/shims/*.ts" | ||
21 | ], | ||
22 | "exclude": [ | ||
23 | "../node_modules", | ||
24 | "../server" | ||
25 | ] | ||
26 | } | ||