first commit
This commit is contained in:
18
libs/api-interfaces/project.json
Normal file
18
libs/api-interfaces/project.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "api-interfaces",
|
||||
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
||||
"sourceRoot": "libs/api-interfaces/src",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"build": {
|
||||
"executor": "@nx/js:tsc",
|
||||
"outputs": ["{options.outputPath}"],
|
||||
"options": {
|
||||
"outputPath": "dist/libs/api-interfaces",
|
||||
"main": "libs/api-interfaces/src/index.ts",
|
||||
"tsConfig": "libs/api-interfaces/tsconfig.lib.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tags": ["scope:shared"]
|
||||
}
|
||||
Reference in New Issue
Block a user