Files
library/shared-types/project.json
T
2026-02-03 10:09:37 -08:00

10 lines
265 B
JSON

{
"name": "shared-types",
"$schema": "../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "shared-types/src",
"projectType": "library",
"tags": [],
"// targets": "to see all targets run: nx show project shared-types --web",
"targets": {}
}