mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-08 16:00:27 -05:00
18 lines
418 B
JSON
18 lines
418 B
JSON
{
|
|
"name": "plugin-types",
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "libs/plugin-types",
|
|
"projectType": "library",
|
|
"targets": {
|
|
"lint": {
|
|
"command": "tsc -p {projectRoot} --noEmit"
|
|
},
|
|
"build": {
|
|
"command": "node tools/scripts/build-types.mjs",
|
|
"options": {
|
|
"outputPath": "dist/plugin-types"
|
|
}
|
|
}
|
|
},
|
|
"tags": ["type:ui"]
|
|
}
|