Files
TrueGrowth/packages/react-board/project.json

18 lines
460 B
JSON

{
"name": "react-board",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/react-board/src",
"projectType": "library",
"tags": [],
"// targets": "to see all targets run: nx show project react-board --web",
"targets": {
"typecheck": {
"executor": "nx:run-commands",
"options": {
"command": "tsc -p tsconfig.lib.json --noEmit",
"cwd": "packages/react-board"
}
}
}
}