Initial TrueGrowth source import
This commit is contained in:
17
packages/react-text/project.json
Normal file
17
packages/react-text/project.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "react-text",
|
||||
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
||||
"sourceRoot": "packages/react-text/src",
|
||||
"projectType": "library",
|
||||
"tags": [],
|
||||
"// targets": "to see all targets run: nx show project react-text --web",
|
||||
"targets": {
|
||||
"typecheck": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"command": "tsc -p tsconfig.lib.json --noEmit",
|
||||
"cwd": "packages/react-text"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user