diff options
Diffstat (limited to 'client/angular.json')
-rw-r--r-- | client/angular.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/angular.json b/client/angular.json index 251161579..60a630c89 100644 --- a/client/angular.json +++ b/client/angular.json | |||
@@ -135,7 +135,7 @@ | |||
135 | "outputPath": "dist", | 135 | "outputPath": "dist", |
136 | "index": "src/index.html", | 136 | "index": "src/index.html", |
137 | "main": "src/main.ts", | 137 | "main": "src/main.ts", |
138 | "tsConfig": "tsconfig.app.json", | 138 | "tsConfig": "tsconfig.json", |
139 | "polyfills": "src/polyfills.ts", | 139 | "polyfills": "src/polyfills.ts", |
140 | "baseHref": "/", | 140 | "baseHref": "/", |
141 | "deployUrl": "", | 141 | "deployUrl": "", |
@@ -158,7 +158,7 @@ | |||
158 | "markdown-it-emoji/light", | 158 | "markdown-it-emoji/light", |
159 | "sanitize-html", | 159 | "sanitize-html", |
160 | "debug", | 160 | "debug", |
161 | "p2p-media-loader-hlsjs", | 161 | "@peertube/p2p-media-loader-hlsjs", |
162 | "video.js", | 162 | "video.js", |
163 | "sha.js/sha1", | 163 | "sha.js/sha1", |
164 | "postcss", | 164 | "postcss", |
@@ -298,7 +298,7 @@ | |||
298 | "builder": "@angular-devkit/build-angular:tslint", | 298 | "builder": "@angular-devkit/build-angular:tslint", |
299 | "options": { | 299 | "options": { |
300 | "tsConfig": [ | 300 | "tsConfig": [ |
301 | "tsconfig.app.json" | 301 | "tsconfig.json" |
302 | ], | 302 | ], |
303 | "exclude": [ | 303 | "exclude": [ |
304 | "**/node_modules/**" | 304 | "**/node_modules/**" |