Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek-thesunflowerlab committed Oct 31, 2019
1 parent 14b33c6 commit 4c316b6
Show file tree
Hide file tree
Showing 23 changed files with 1,845 additions and 116 deletions.
35 changes: 35 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,41 @@
}
}
}
},
"NgxTimeScheduler": {
"root": "projects/ngx-time-scheduler",
"sourceRoot": "projects/ngx-time-scheduler/src",
"projectType": "library",
"prefix": "ngx-ts",
"architect": {
"build": {
"builder": "@angular-devkit/build-ng-packagr:build",
"options": {
"tsConfig": "projects/ngx-time-scheduler/tsconfig.lib.json",
"project": "projects/ngx-time-scheduler/ng-package.json"
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "projects/ngx-time-scheduler/src/test.ts",
"tsConfig": "projects/ngx-time-scheduler/tsconfig.spec.json",
"karmaConfig": "projects/ngx-time-scheduler/karma.conf.js"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/ngx-time-scheduler/tsconfig.lib.json",
"projects/ngx-time-scheduler/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
}
},
"defaultProject": "TimeScheduler"
Expand Down
Loading

0 comments on commit 4c316b6

Please sign in to comment.