Phase 1+2: Nx workspace with apps, libs, and module boundaries
This commit is contained in:
19
libs/encounter-library/project.json
Normal file
19
libs/encounter-library/project.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "encounter-library",
|
||||
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
||||
"sourceRoot": "libs/encounter-library/src",
|
||||
"projectType": "library",
|
||||
"tags": ["scope:shared", "type:lib"],
|
||||
"targets": {
|
||||
"build": {
|
||||
"executor": "@nx/js:tsc",
|
||||
"outputs": ["{options.outputPath}"],
|
||||
"options": {
|
||||
"outputPath": "dist/libs/encounter-library",
|
||||
"main": "libs/encounter-library/src/index.ts",
|
||||
"tsConfig": "libs/encounter-library/tsconfig.lib.json",
|
||||
"assets": ["libs/encounter-library/*.md"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user