X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fangular.json;h=e1e4f4850cb5372542ced50d446403dc5eda3236;hb=d1f21ebba640ccec21ca96496d0319f7511ac0b4;hp=cce930b82e638e1bef0ec84da98d29149428bb71;hpb=970ceac0a6bf4990b8924738591df4949491ec9b;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/angular.json b/client/angular.json index cce930b82..e1e4f4850 100644 --- a/client/angular.json +++ b/client/angular.json @@ -15,7 +15,7 @@ "outputPath": "dist", "index": "src/index.html", "main": "src/main.ts", - "tsConfig": "src/tsconfig.app.json", + "tsConfig": "tsconfig.app.json", "polyfills": "src/polyfills.ts", "stylePreprocessorOptions": { "includePaths": [ @@ -47,11 +47,8 @@ "budgets": [ { "type": "initial", - "type": "initial", - "maximumWarning": "2mb", "maximumWarning": "2mb", "maximumError": "5mb" - "maximumError": "5mb" }, { "type": "anyComponentStyle", @@ -130,8 +127,7 @@ "builder": "@angular-devkit/build-angular:tslint", "options": { "tsConfig": [ - "src/tsconfig.app.json", - "src/tsconfig.spec.json" + "tsconfig.app.json" ], "exclude": [ "**/node_modules/**"