Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkirathe committed Sep 21, 2023
1 parent 9722b2a commit 9b3c457
Show file tree
Hide file tree
Showing 15 changed files with 10,355 additions and 2,353 deletions.
33 changes: 33 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,38 @@
"version": 1,
"newProjectRoot": "projects",
"projects": {
"count-down-timer": {
"projectType": "library",
"root": "projects/count-down-timer",
"sourceRoot": "projects/count-down-timer/src",
"prefix": "lib",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"project": "projects/count-down-timer/ng-package.json"
},
"configurations": {
"production": {
"tsConfig": "projects/count-down-timer/tsconfig.lib.prod.json"
},
"development": {
"tsConfig": "projects/count-down-timer/tsconfig.lib.json"
}
},
"defaultConfiguration": "production"
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"tsConfig": "projects/count-down-timer/tsconfig.spec.json",
"polyfills": [
"zone.js",
"zone.js/testing"
]
}
}
}
}
}
}
Loading

0 comments on commit 9b3c457

Please sign in to comment.