From 1d4591fd9c724c9409da31612f6d8c008f1cb5e4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 17 Aug 2021 14:01:51 +0200 Subject: Remove solution style ts config --- client/angular.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'client/angular.json') 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 @@ "outputPath": "dist", "index": "src/index.html", "main": "src/main.ts", - "tsConfig": "tsconfig.app.json", + "tsConfig": "tsconfig.json", "polyfills": "src/polyfills.ts", "baseHref": "/", "deployUrl": "", @@ -158,7 +158,7 @@ "markdown-it-emoji/light", "sanitize-html", "debug", - "p2p-media-loader-hlsjs", + "@peertube/p2p-media-loader-hlsjs", "video.js", "sha.js/sha1", "postcss", @@ -298,7 +298,7 @@ "builder": "@angular-devkit/build-angular:tslint", "options": { "tsConfig": [ - "tsconfig.app.json" + "tsconfig.json" ], "exclude": [ "**/node_modules/**" -- cgit v1.2.3