Skip to content

Commit

Permalink
chore: init with angular 6 library
Browse files Browse the repository at this point in the history
  • Loading branch information
theoomoregbee committed Oct 14, 2018
1 parent 4cc2f25 commit 6c9113f
Show file tree
Hide file tree
Showing 17 changed files with 1,243 additions and 78 deletions.
35 changes: 35 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,41 @@
}
}
}
},
"alert": {
"root": "projects/alert",
"sourceRoot": "projects/alert/src",
"projectType": "library",
"prefix": "ng",
"architect": {
"build": {
"builder": "@angular-devkit/build-ng-packagr:build",
"options": {
"tsConfig": "projects/alert/tsconfig.lib.json",
"project": "projects/alert/ng-package.json"
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "projects/alert/src/test.ts",
"tsConfig": "projects/alert/tsconfig.spec.json",
"karmaConfig": "projects/alert/karma.conf.js"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/alert/tsconfig.lib.json",
"projects/alert/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
}
},
"defaultProject": "ngAlert"
Expand Down
Loading

0 comments on commit 6c9113f

Please sign in to comment.