0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-08 16:00:27 -05:00
penpot-plugins/libs/plugin-types/project.json
2024-07-04 15:30:17 +02:00

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"]
}