First working version
This commit is contained in:
38
angular.json
38
angular.json
@@ -20,7 +20,8 @@
|
||||
"tsConfig": "src/tsconfig.app.json",
|
||||
"assets": [
|
||||
"src/favicon.ico",
|
||||
"src/assets"
|
||||
"src/assets",
|
||||
"src/configuration.json"
|
||||
],
|
||||
"styles": [
|
||||
"src/styles.css"
|
||||
@@ -131,41 +132,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"material": {
|
||||
"root": "projects/material",
|
||||
"sourceRoot": "projects/material/src",
|
||||
"projectType": "library",
|
||||
"prefix": "farmmaps",
|
||||
"architect": {
|
||||
"build": {
|
||||
"builder": "@angular-devkit/build-ng-packagr:build",
|
||||
"options": {
|
||||
"tsConfig": "projects/material/tsconfig.lib.json",
|
||||
"project": "projects/material/ng-package.json"
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
"builder": "@angular-devkit/build-angular:karma",
|
||||
"options": {
|
||||
"main": "projects/material/src/test.ts",
|
||||
"tsConfig": "projects/material/tsconfig.spec.json",
|
||||
"karmaConfig": "projects/material/karma.conf.js"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"builder": "@angular-devkit/build-angular:tslint",
|
||||
"options": {
|
||||
"tsConfig": [
|
||||
"projects/material/tsconfig.lib.json",
|
||||
"projects/material/tsconfig.spec.json"
|
||||
],
|
||||
"exclude": [
|
||||
"**/node_modules/**"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"root": "projects/common",
|
||||
"sourceRoot": "projects/common/src",
|
||||
|
Reference in New Issue
Block a user