{"id":19589765,"url":"https://github.com/supercharge/tsconfig","last_synced_at":"2025-04-27T12:33:03.134Z","repository":{"id":57163602,"uuid":"255494933","full_name":"supercharge/tsconfig","owner":"supercharge","description":"Shared TypeScript config for Supercharge projects","archived":false,"fork":false,"pushed_at":"2024-05-04T03:53:36.000Z","size":51,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-22T01:03:54.043Z","etag":null,"topics":["config","supercharge","tsconfig","typescript"],"latest_commit_sha":null,"homepage":"","language":null,"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/supercharge.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-04-14T02:53:36.000Z","updated_at":"2024-05-20T22:39:44.000Z","dependencies_parsed_at":"2024-06-20T00:10:09.712Z","dependency_job_id":"c73daf73-83e7-43d1-a394-63773c9e1d45","html_url":"https://github.com/supercharge/tsconfig","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supercharge%2Ftsconfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supercharge%2Ftsconfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supercharge%2Ftsconfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supercharge%2Ftsconfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/supercharge","download_url":"https://codeload.github.com/supercharge/tsconfig/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251138934,"owners_count":21541976,"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":["config","supercharge","tsconfig","typescript"],"created_at":"2024-11-11T08:20:42.436Z","updated_at":"2025-04-27T12:33:02.856Z","avatar_url":"https://github.com/supercharge.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://superchargejs.com\"\u003e\n    \u003cimg width=\"471\" style=\"max-width:100%;\" src=\"https://superchargejs.com/images/supercharge-text.svg\" /\u003e\n  \u003c/a\u003e\n  \u003cbr/\u003e\n  \u003cbr/\u003e\n  \u003cp\u003e\n    \u003ch3\u003eSupercharge shareable TypeScript Config\u003c/h3\u003e\n  \u003c/p\u003e\n  \u003cp\u003e\n    Shared TypeScript config for Supercharge projects\n  \u003c/p\u003e\n  \u003cbr/\u003e\n  \u003cp\u003e\n    \u003ca href=\"#installation\"\u003e\u003cstrong\u003eInstallation\u003c/strong\u003e\u003c/a\u003e ·\n    \u003ca href=\"#usage\"\u003e\u003cstrong\u003eUsage\u003c/strong\u003e\u003c/a\u003e\n  \u003c/p\u003e\n  \u003cbr/\u003e\n  \u003cbr/\u003e\n  \u003cp\u003e\n    \u003ca href=\"https://www.npmjs.com/package/@supercharge/tsconfig\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/@supercharge/tsconfig.svg\" alt=\"Latest Version\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://www.npmjs.com/package/@supercharge/tsconfig\"\u003e\u003cimg src=\"https://img.shields.io/npm/dm/@supercharge/tsconfig.svg\" alt=\"Monthly downloads\"\u003e\n  \u003c/p\u003e\n  \u003cp\u003e\n    \u003cem\u003eFollow \u003ca href=\"http://twitter.com/marcuspoehls\"\u003e@marcuspoehls\u003c/a\u003e and \u003ca href=\"http://twitter.com/superchargejs\"\u003e@superchargejs\u003c/a\u003e for updates!\u003c/em\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n---\n\n## Installation\n\n```\nnpm i -D @supercharge/tsconfig\n```\n\n\n## Targets\n\n| Major Release | Node.js version | Module System |\n| ------------- | --------------- | ------------  |\n| `8.x`         | `22.x`          | ESM           |\n| `7.x`         | `20.x`          | ESM           |\n| `6.x`         | `20.x`          | CommonJS      |\n| `5.x`         | `18.x`          | CommonJS      |\n| `4.x`         | `16.x`          | CommonJS      |\n| `3.x`         | `14.x`          | CommonJS      |\n| `2.x`         | `12.x`          | CommonJS      |\n| `1.x`         | `8.x`           | CommonJS      |\n\n\n## Usage\nCreate a `tsconfig.json` file in your project and extends the `@supercharge/tsconfig` [TypeScript config](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html):\n\n### Basic Usage\nWhen installed, configure your `tsconfig.json` like this:\n\n```json\n{\n  \"extends\": \"@supercharge/tsconfig\",\n  \"compilerOptions\": {\n    \"outDir\": \"dist\"\n  }\n}\n```\n\n\n### Refined Configuration\nYou can refine your `tsconfig.json` to your needs. Let’s say you want to target Node.js v16. Change your `compilerOptions` to this:\n\n```json\n{\n  \"extends\": \"@supercharge/tsconfig\",\n  \"display\": \"Node.js v16\",\n\n  \"compilerOptions\": {\n    \"outDir\": \"dist\",\n    \"target\": \"ES2021\",\n    \"lib\": [\"ES2021\"]\n  }\n}\n```\n\nCustomizing your `compilerOptions` when extending the `@supercharge/tsconfig` package only overrides the listed properties. Every other option defined in the base configuration will be inherited.\n\n\n## Contributing\n\n1.  Create a fork\n2.  Create your feature branch: `git checkout -b my-feature`\n3.  Commit your changes: `git commit -am 'Add some feature'`\n4.  Push to the branch: `git push origin my-new-feature`\n5.  Submit a pull request 🚀\n\n\n## License\nMIT © [Supercharge](https://superchargejs.com)\n\n---\n\n\u003e [superchargejs.com](https://superchargejs.com) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e GitHub [@supercharge](https://github.com/supercharge) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e Twitter [@superchargejs](https://twitter.com/superchargejs)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupercharge%2Ftsconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsupercharge%2Ftsconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupercharge%2Ftsconfig/lists"}