Changeset 333cdac for Farmatiko/ClientApp/angular.json
- Timestamp:
- 07/21/20 22:00:35 (4 years ago)
- Branches:
- master
- Children:
- c352b2d
- Parents:
- 0c48bbb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Farmatiko/ClientApp/angular.json
r0c48bbb r333cdac 21 21 "polyfills": "src/polyfills.ts", 22 22 "tsConfig": "src/tsconfig.app.json", 23 "assets": ["src/assets"], 23 "assets": [ 24 "src/assets" 25 ], 24 26 "styles": [ 27 "src/custom-theme.scss", 25 28 "node_modules/bootstrap/dist/css/bootstrap.min.css", 26 29 "src/styles.css" … … 72 75 "tsConfig": "src/tsconfig.spec.json", 73 76 "karmaConfig": "src/karma.conf.js", 74 "styles": ["src/styles.css"], 77 "styles": [ 78 "src/styles.css" 79 ], 75 80 "scripts": [], 76 "assets": ["src/assets"] 81 "assets": [ 82 "src/assets" 83 ] 77 84 } 78 85 }, … … 80 87 "builder": "@angular-devkit/build-angular:tslint", 81 88 "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 ] 84 96 } 85 97 }, … … 127 139 "options": { 128 140 "tsConfig": "e2e/tsconfig.e2e.json", 129 "exclude": ["**/node_modules/**"] 141 "exclude": [ 142 "**/node_modules/**" 143 ] 130 144 } 131 145 }
Note:
See TracChangeset
for help on using the changeset viewer.