{"id":15319281,"url":"https://github.com/marcbouchenoire/tsatsiki","last_synced_at":"2025-07-31T16:07:29.304Z","repository":{"id":37820363,"uuid":"392292923","full_name":"marcbouchenoire/tsatsiki","owner":"marcbouchenoire","description":"🥒 Run tsc with both a configuration and specific files.","archived":false,"fork":false,"pushed_at":"2025-02-24T13:29:56.000Z","size":564,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-25T10:07:33.726Z","etag":null,"topics":["cli","files","staged","typescript"],"latest_commit_sha":null,"homepage":"https://npm.im/tsatsiki","language":"TypeScript","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/marcbouchenoire.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":"2021-08-03T11:26:29.000Z","updated_at":"2025-02-24T13:30:00.000Z","dependencies_parsed_at":"2023-12-21T13:56:36.389Z","dependency_job_id":"c1b8db27-f4ea-46f6-9f57-653ef14a6bef","html_url":"https://github.com/marcbouchenoire/tsatsiki","commit_stats":null,"previous_names":["bouchenoiremarc/tsatsiki","bouchenoiremarc/tsc-mixed"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/marcbouchenoire/tsatsiki","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcbouchenoire%2Ftsatsiki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcbouchenoire%2Ftsatsiki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcbouchenoire%2Ftsatsiki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcbouchenoire%2Ftsatsiki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcbouchenoire","download_url":"https://codeload.github.com/marcbouchenoire/tsatsiki/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcbouchenoire%2Ftsatsiki/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268067922,"owners_count":24190454,"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","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cli","files","staged","typescript"],"created_at":"2024-10-01T09:04:21.440Z","updated_at":"2025-07-31T16:07:29.237Z","avatar_url":"https://github.com/marcbouchenoire.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cimg src=\"https://raw.githubusercontent.com/marcbouchenoire/tsatsiki/main/.github/logo.svg\" width=\"205\" height=\"50\" alt=\"Tsatsiki\" /\u003e\n\n🥒 Run `tsc` with both a configuration and specific files.\n\n[![build](https://img.shields.io/github/actions/workflow/status/marcbouchenoire/tsatsiki/.github/workflows/ci.yml?color=%236c2)](https://github.com/marcbouchenoire/tsatsiki/actions/workflows/ci.yml)\n[![npm](https://img.shields.io/npm/v/tsatsiki?color=%236c2)](https://www.npmjs.com/package/tsatsiki)\n[![coverage](https://img.shields.io/codecov/c/github/marcbouchenoire/tsatsiki?color=%236c2)](https://codecov.io/gh/marcbouchenoire/tsatsiki)\n[![license](https://img.shields.io/github/license/marcbouchenoire/tsatsiki?color=%236c2)](https://github.com/marcbouchenoire/tsatsiki/blob/main/LICENSE)\n\n- 📚 **Simple**: A drop-in `tsc` replacement\n- 🧪 **Reliable**: Fully tested with [100% code coverage](https://codecov.io/gh/marcbouchenoire/tsatsiki)\n- 📦 **Typed**: Written in [TypeScript](https://www.typescriptlang.org/)\n\n## Introduction\n\nTsatsiki builds upon TypeScript's own `tsc` to circumvent its `TS5042` error.\n\n```bash\ntsc --project tsconfig.json index.ts\n\n# error TS5042: Option \"project\" cannot be mixed with source files on a command line.\n```\n\n## Installation\n\n```bash\nnpm install --save-dev tsatsiki\n```\n\n## Usage\n\nUse it as a drop-in `tsc` replacement.\n\n```bash\ntsatsiki --project tsconfig.json index.ts\n```\n\n#### Staged files\n\nUse it with [`lint-staged`](https://github.com/okonet/lint-staged) or [`nano-staged`](https://github.com/usmanyunusov/nano-staged) to only type check staged files.\n\n```json\n{\n  \"**/*.{ts,tsx}\": [\"tsatsiki --project tsconfig.json\"]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcbouchenoire%2Ftsatsiki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcbouchenoire%2Ftsatsiki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcbouchenoire%2Ftsatsiki/lists"}