Ignore:
Timestamp:
07/21/20 22:36:54 (4 years ago)
Author:
Mile Jankuloski <mile.jankuloski@…>
Branches:
master
Children:
1f041f6
Parents:
dba4ca9
Message:

Adjusments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Farmatiko/ClientApp/angular.json

    rdba4ca9 rec6ac45  
    2121            "polyfills": "src/polyfills.ts",
    2222            "tsConfig": "src/tsconfig.app.json",
    23             "assets": ["src/assets"],
     23            "assets": [
     24              "src/assets"
     25            ],
    2426            "styles": [
     27              "src/custom-theme.scss",
    2528              "node_modules/bootstrap/dist/css/bootstrap.min.css",
    2629              "src/styles.css"
     
    7275            "tsConfig": "src/tsconfig.spec.json",
    7376            "karmaConfig": "src/karma.conf.js",
    74             "styles": ["src/styles.css"],
     77            "styles": [
     78              "src/styles.css"
     79            ],
    7580            "scripts": [],
    76             "assets": ["src/assets"]
     81            "assets": [
     82              "src/assets"
     83            ]
    7784          }
    7885        },
     
    8087          "builder": "@angular-devkit/build-angular:tslint",
    8188          "options": {
    82             "tsConfig": ["src/tsconfig.app.json", "src/tsconfig.spec.json"],
    83             "exclude": ["**/node_modules/**"]
     89            "tsConfig": [
     90              "src/tsconfig.app.json",
     91              "src/tsconfig.spec.json"
     92            ],
     93            "exclude": [
     94              "**/node_modules/**"
     95            ]
    8496          }
    8597        },
     
    127139          "options": {
    128140            "tsConfig": "e2e/tsconfig.e2e.json",
    129             "exclude": ["**/node_modules/**"]
     141            "exclude": [
     142              "**/node_modules/**"
     143            ]
    130144          }
    131145        }
Note: See TracChangeset for help on using the changeset viewer.