mirror of
https://github.com/bitwarden/browser
synced 2026-02-10 05:30:01 +00:00
21 lines
520 B
JSON
21 lines
520 B
JSON
{
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"name": "logout",
|
|
"projectType": "library",
|
|
"sourceRoot": "libs/logout/src",
|
|
"tags": [],
|
|
"importPath": "@bitwarden/logout",
|
|
"targets": {
|
|
"build": {
|
|
"executor": "@nx/js:tsc",
|
|
"outputs": ["{options.outputPath}"],
|
|
"options": {
|
|
"outputPath": "dist/libs/logout",
|
|
"main": "libs/logout/src/index.ts",
|
|
"tsConfig": "libs/logout/tsconfig.json",
|
|
"assets": ["libs/logout/*.md"]
|
|
}
|
|
}
|
|
}
|
|
}
|