{"id":16860481,"url":"https://github.com/webpro/nx-tsc","last_synced_at":"2025-04-11T08:34:40.259Z","repository":{"id":66134199,"uuid":"527883147","full_name":"webpro/nx-tsc","owner":"webpro","description":"Nx executor to type-check project source files using `tsc --noEmit`","archived":false,"fork":false,"pushed_at":"2024-10-21T07:32:22.000Z","size":5,"stargazers_count":14,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-03T18:52:03.454Z","etag":null,"topics":["nx","tsc","tsconfig","type-check","typescript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webpro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-23T07:39:02.000Z","updated_at":"2024-11-22T16:41:49.000Z","dependencies_parsed_at":"2023-06-16T01:15:43.546Z","dependency_job_id":null,"html_url":"https://github.com/webpro/nx-tsc","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webpro%2Fnx-tsc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webpro%2Fnx-tsc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webpro%2Fnx-tsc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webpro%2Fnx-tsc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webpro","download_url":"https://codeload.github.com/webpro/nx-tsc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239580729,"owners_count":19662810,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nx","tsc","tsconfig","type-check","typescript"],"created_at":"2024-10-13T14:24:28.038Z","updated_at":"2025-02-19T01:31:36.581Z","avatar_url":"https://github.com/webpro.png","language":"JavaScript","readme":"# nx-tsc\n\nNx executor to type-check project source files using tsc --noEmit\n\n## Installation\n\n```bash\nnpm install -D @webpro/nx-tsc\n```\n\n## Configuration\n\nAdd a `tsc` target to each `project.json`:\n\n```json\n{\n  \"$schema\": \"../../node_modules/nx/schemas/project-schema.json\",\n  \"sourceRoot\": \"libs/my-lib/src\",\n  \"targets\": {\n    \"tsc\": {\n      \"executor\": \"@webpro/nx-tsc:tsc\",\n      \"options\": {\n        \"tsConfig\": [\"tsconfig.json\"]\n      }\n    }\n  }\n}\n```\n\n## Run type-checker\n\nThis enables the `tsc` target in the Nx workspace:\n\n```bash\nnx tsc my-lib\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebpro%2Fnx-tsc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebpro%2Fnx-tsc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebpro%2Fnx-tsc/lists"}