ACTIVEPIECES/packages/react-ui/project.json
rohit cd823a2d9e
Some checks failed
Crowdin Action / synchronize-with-crowdin (push) Has been cancelled
Release Pieces / Release-Pieces (push) Has been cancelled
automaton layer
2025-07-05 23:59:03 +05:30

23 lines
566 B
JSON

{
"name": "react-ui",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/react-ui/src",
"projectType": "application",
"tags": [],
"targets": {
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "packages/react-ui/jest.config.ts"
}
},
"vite-typecheck": {
"executor": "nx:run-commands",
"options": {
"command": "tsc --noEmit -p packages/react-ui/tsconfig.app.json"
}
}
}
}