]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/angular.json
Fix control bar inactive timeout
[github/Chocobozzz/PeerTube.git] / client / angular.json
index cce930b82e638e1bef0ec84da98d29149428bb71..e1e4f4850cb5372542ced50d446403dc5eda3236 100644 (file)
@@ -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": [
               "budgets": [
                 {
                   "type": "initial",
-                  "type": "initial",
-                  "maximumWarning": "2mb",
                   "maximumWarning": "2mb",
                   "maximumError": "5mb"
-                  "maximumError": "5mb"
                 },
                 {
                   "type": "anyComponentStyle",
           "builder": "@angular-devkit/build-angular:tslint",
           "options": {
             "tsConfig": [
-              "src/tsconfig.app.json",
-              "src/tsconfig.spec.json"
+              "tsconfig.app.json"
             ],
             "exclude": [
               "**/node_modules/**"