{"id":28753169,"url":"https://github.com/alloc/tsc-lint","last_synced_at":"2025-06-17T00:38:57.046Z","repository":{"id":276371730,"uuid":"929062938","full_name":"alloc/tsc-lint","owner":"alloc","description":"Find tsconfig files and use them for linting in parallel","archived":false,"fork":false,"pushed_at":"2025-04-12T22:47:28.000Z","size":245,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-21T07:13:43.914Z","etag":null,"topics":["lint","tsconfig","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/alloc.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":"2025-02-07T18:32:36.000Z","updated_at":"2025-04-12T22:47:29.000Z","dependencies_parsed_at":"2025-02-07T20:33:53.254Z","dependency_job_id":"6d54bc37-c026-48c1-8332-d160f6ef124a","html_url":"https://github.com/alloc/tsc-lint","commit_stats":null,"previous_names":["alloc/tsc-lint"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/alloc/tsc-lint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alloc%2Ftsc-lint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alloc%2Ftsc-lint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alloc%2Ftsc-lint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alloc%2Ftsc-lint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alloc","download_url":"https://codeload.github.com/alloc/tsc-lint/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alloc%2Ftsc-lint/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260268635,"owners_count":22983601,"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":["lint","tsconfig","typescript"],"created_at":"2025-06-17T00:38:55.711Z","updated_at":"2025-06-17T00:38:57.029Z","avatar_url":"https://github.com/alloc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tsc-lint\n\nRun `tsc` on multiple tsconfigs in parallel. Your `tsconfig.json` files are discovered automatically, and `.gitignore` files are respected. The `--emitDeclarationOnly` option is added for you, and `node_modules/.tsc-lint` is used as the output directory.\n\n**Note:** [Project references][1] are not supported.\n\n\u003cimg src=\"https://raw.githubusercontent.com/alloc/tsc-lint/main/.github/screenshot.png\" alt=\"tsc-lint screenshot\" /\u003e\n\n```sh\npnpm add tsc-lint -D\n```\n\nUpdate your project's `package.json` to add a `lint` script.\n\n```json\n{\n  \"scripts\": {\n    \"lint\": \"tsc-lint\"\n  }\n}\n```\n\nBy default, the working directory is searched for `tsconfig.json` files. You can pass one or more different directories as an argument, and those will be searched instead.\n\n```sh\n# Lint only your ./test/ folder.\npnpm lint test\n```\n\n### noEmit vs emitDeclarationOnly\n\nIf your project is consumed by other projects (e.g. a library), you **should not** have `noEmit` in your `tsconfig.json` files. The emit step is critical for catching certain errors, which is why `tsc-lint` uses the `--emitDeclarationOnly` option instead.\n\nIf you _are_ using `noEmit`, that will be detected and `tsc-lint` will avoid the emit step.\n\n## Options\n\n```sh\ntsc-lint --help\n```\n\n## Troubleshooting\n\n```sh\n# Enable debug logging.\nDEBUG=\"tsc-lint\" pnpm lint\n```\n\n[1]: https://www.typescriptlang.org/docs/handbook/project-references.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falloc%2Ftsc-lint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falloc%2Ftsc-lint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falloc%2Ftsc-lint/lists"}