{"id":15763332,"url":"https://github.com/shigma/tsconfig-utils","last_synced_at":"2026-01-24T04:33:42.060Z","repository":{"id":57747542,"uuid":"522644280","full_name":"shigma/tsconfig-utils","owner":"shigma","description":"A collection of utilities for working with `tsconfig.json` files","archived":false,"fork":false,"pushed_at":"2024-10-08T13:19:46.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-24T17:56:07.559Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/shigma.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-08T17:25:51.000Z","updated_at":"2024-10-08T13:19:50.000Z","dependencies_parsed_at":"2024-06-21T17:53:46.518Z","dependency_job_id":"44ad4537-756e-4063-8a51-ed829dad3666","html_url":"https://github.com/shigma/tsconfig-utils","commit_stats":{"total_commits":19,"total_committers":1,"mean_commits":19.0,"dds":0.0,"last_synced_commit":"effaf88dddf8d813fa9d4af39e366b28b75e9aec"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shigma/tsconfig-utils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shigma%2Ftsconfig-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shigma%2Ftsconfig-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shigma%2Ftsconfig-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shigma%2Ftsconfig-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shigma","download_url":"https://codeload.github.com/shigma/tsconfig-utils/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shigma%2Ftsconfig-utils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28711529,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T23:51:44.727Z","status":"online","status_checked_at":"2026-01-24T02:00:06.909Z","response_time":89,"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":[],"created_at":"2024-10-04T11:41:37.743Z","updated_at":"2026-01-24T04:33:42.025Z","avatar_url":"https://github.com/shigma.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tsconfig-utils\n\n[![npm](https://img.shields.io/npm/v/tsconfig-utils?style=flat-square)](https://www.npmjs.com/package/tsconfig-utils)\n\nA collection of utilities for working with `tsconfig.json` files.\n\n## Usage\n\n```ts\nimport { load } from 'tsconfig-utils'\n\n// load a tsconfig.json file,\n// resolving \"extends\" fields recursively\nconst config = await load('/path/to/project')\n\nconfig.get('noEmit') // false\n\n// load with additional args\n// args will take precedence over tsconfig files\nconst config = await load(process.cwd(), [\n  '-p', 'tsconfig.base.json',\n  '--noEmit',\n])\n\nconfig.get('noEmit') // true\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshigma%2Ftsconfig-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshigma%2Ftsconfig-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshigma%2Ftsconfig-utils/lists"}