Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Farmatiko/ClientApp/angular.json

    r333cdac r30a465f  
    2121            "polyfills": "src/polyfills.ts",
    2222            "tsConfig": "src/tsconfig.app.json",
    23             "assets": [
    24               "src/assets"
    25             ],
     23            "assets": ["src/assets"],
    2624            "styles": [
    27               "src/custom-theme.scss",
    2825              "node_modules/bootstrap/dist/css/bootstrap.min.css",
    2926              "src/styles.css"
     
    7572            "tsConfig": "src/tsconfig.spec.json",
    7673            "karmaConfig": "src/karma.conf.js",
    77             "styles": [
    78               "src/styles.css"
    79             ],
     74            "styles": ["src/styles.css"],
    8075            "scripts": [],
    81             "assets": [
    82               "src/assets"
    83             ]
     76            "assets": ["src/assets"]
    8477          }
    8578        },
     
    8780          "builder": "@angular-devkit/build-angular:tslint",
    8881          "options": {
    89             "tsConfig": [
    90               "src/tsconfig.app.json",
    91               "src/tsconfig.spec.json"
    92             ],
    93             "exclude": [
    94               "**/node_modules/**"
    95             ]
     82            "tsConfig": ["src/tsconfig.app.json", "src/tsconfig.spec.json"],
     83            "exclude": ["**/node_modules/**"]
    9684          }
    9785        },
     
    139127          "options": {
    140128            "tsConfig": "e2e/tsconfig.e2e.json",
    141             "exclude": [
    142               "**/node_modules/**"
    143             ]
     129            "exclude": ["**/node_modules/**"]
    144130          }
    145131        }
Note: See TracChangeset for help on using the changeset viewer.