{"id":16529474,"url":"https://github.com/codennnn/tsconfig","last_synced_at":"2026-01-29T22:02:52.485Z","repository":{"id":63387007,"uuid":"566663510","full_name":"Codennnn/tsconfig","owner":"Codennnn","description":"Shared TypeScript config for my projects.","archived":false,"fork":false,"pushed_at":"2023-09-05T09:45:24.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-14T04:04:09.234Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Codennnn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-11-16T06:31:25.000Z","updated_at":"2023-03-17T13:27:10.000Z","dependencies_parsed_at":"2023-01-29T02:45:29.842Z","dependency_job_id":null,"html_url":"https://github.com/Codennnn/tsconfig","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codennnn%2Ftsconfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codennnn%2Ftsconfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codennnn%2Ftsconfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codennnn%2Ftsconfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Codennnn","download_url":"https://codeload.github.com/Codennnn/tsconfig/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241622594,"owners_count":19992501,"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":[],"created_at":"2024-10-11T17:45:01.732Z","updated_at":"2026-01-29T22:02:52.437Z","avatar_url":"https://github.com/Codennnn.png","language":null,"readme":"# tsconfig\n\n\u003e Shared [TypeScript config](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html) for projects.\n\n## Install\n\n```sh\nnpm install --save-dev @codennnn/tsconfig\n```\n\n## Usage\n\nFor example, if you are using **Next.js** project, edit your `tsconfig.json` like this:\n\n```json\n{\n  \"extends\": \"@codennnn/tsconfig/next.json\"\n}\n```\n\n_This config above requires TypeScript 4.7 or later. You can find the [code here](./next.json)._\n\nWhen you are targeting a higher version of Node.js, check the relevant ECMAScript version and add it as `target`:\n\n```json\n{\n  \"extends\": \"@codennnn/tsconfig\",\n  \"compilerOptions\": {\n    \"outDir\": \"dist\",\n    \"target\": \"ES2021\"\n  }\n}\n```\n\n## Alternatives\n\n- [sindresorhus/tsconfig](https://github.com/sindresorhus/tsconfig)\n- [voxpelli/tsconfig](https://github.com/voxpelli/tsconfig)\n- [tsconfig/bases](https://github.com/tsconfig/bases)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodennnn%2Ftsconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodennnn%2Ftsconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodennnn%2Ftsconfig/lists"}