23 lines
566 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|