Skip to content
Snippets Groups Projects
Commit 4b06286c authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

add map lib

parent 5a5bcba4
No related branches found
No related tags found
2 merge requests!227Production Release | nshmp-apps,!225Resolves - Site Picker
......@@ -461,6 +461,46 @@
}
}
}
},
"map-lib": {
"projectType": "library",
"root": "projects/map-lib",
"sourceRoot": "projects/map-lib/src",
"prefix": "map-lib",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"project": "projects/map-lib/ng-package.json"
},
"configurations": {
"production": {
"tsConfig": "projects/map-lib/tsconfig.lib.prod.json"
},
"development": {
"tsConfig": "projects/map-lib/tsconfig.lib.json"
}
},
"defaultConfiguration": "production"
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "projects/map-lib/src/test.ts",
"tsConfig": "projects/map-lib/tsconfig.spec.json",
"karmaConfig": "projects/map-lib/karma.conf.js"
}
},
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": [
"projects/map-lib/**/*.ts",
"projects/map-lib/**/*.html"
]
}
}
}
}
},
"defaultProject": "nshmp-apps",
......
......@@ -22,6 +22,7 @@
"aws-lib": ["dist/aws-lib/aws-lib", "dist/aws-lib"],
"nshmp-apps": ["dist/nshmp-apps/nshmp-apps", "dist/nshmp-apps"],
"nshmp-lib": ["dist/nshmp-lib/nshmp-lib", "dist/nshmp-lib"],
"map-lib": ["dist/map-lib/map-lib", "dist/map-lib"],
"gmm-lib": ["dist/gmm-lib/gmm-lib", "dist/gmm-lib"],
"hazard-lib": ["dist/hazard-lib/hazard-lib", "dist/hazard-lib"],
"plot-lib": ["dist/plot-lib/plot-lib", "dist/plot-lib"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment