19
shared/project.json
Normal file
19
shared/project.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "shared",
|
||||
"$schema": "../node_modules/nx/schemas/project-schema.json",
|
||||
"sourceRoot": "shared/src",
|
||||
"projectType": "library",
|
||||
"tags": [],
|
||||
"targets": {
|
||||
"build": {
|
||||
"executor": "@nx/js:tsc",
|
||||
"outputs": ["{options.outputPath}"],
|
||||
"options": {
|
||||
"outputPath": "dist/shared",
|
||||
"main": "shared/src/index.ts",
|
||||
"tsConfig": "shared/tsconfig.lib.json",
|
||||
"assets": ["shared/*.md"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user