19 lines
501 B
JSON
19 lines
501 B
JSON
|
|
{
|
||
|
|
"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"]
|
||
|
|
}
|