{"id":19071911,"url":"https://github.com/cyansalt/tsconfig","last_synced_at":"2026-06-05T01:31:36.405Z","repository":{"id":57105122,"uuid":"340631134","full_name":"CyanSalt/tsconfig","owner":"CyanSalt","description":"My TypeScript configuration.","archived":false,"fork":false,"pushed_at":"2023-12-07T13:01:04.000Z","size":1003,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-03T04:47:51.867Z","etag":null,"topics":["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":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CyanSalt.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":"2021-02-20T10:52:55.000Z","updated_at":"2022-01-11T03:42:31.000Z","dependencies_parsed_at":"2024-11-09T01:42:40.851Z","dependency_job_id":null,"html_url":"https://github.com/CyanSalt/tsconfig","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyanSalt%2Ftsconfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyanSalt%2Ftsconfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyanSalt%2Ftsconfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyanSalt%2Ftsconfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CyanSalt","download_url":"https://codeload.github.com/CyanSalt/tsconfig/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240122610,"owners_count":19751145,"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":["tsconfig","typescript"],"created_at":"2024-11-09T01:32:29.512Z","updated_at":"2026-05-18T07:30:16.696Z","avatar_url":"https://github.com/CyanSalt.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# @cyansalt/tsconfig\n\n[![npm](https://img.shields.io/npm/v/@cyansalt/tsconfig.svg)](https://www.npmjs.com/package/@cyansalt/tsconfig)\n\nMy TypeScript configuration.\n\n## Installation\n\n```shell\nnpm install --save-dev @cyansalt/tsconfig\n```\n\n## Usage\n\n```json5\n// tsconfig.json\n{\n  \"extends\": \"@cyansalt/tsconfig/tsconfig.app\"\n  // OR in short (not recommended)\n  // \"extends\": \"@cyansalt/tsconfig\"\n}\n```\n\nFor base libraries (which will be used as dependencies):\n\n```json5\n// tsconfig.json\n{\n  \"extends\": \"@cyansalt/tsconfig/tsconfig.lib\"\n}\n```\n\nBy default, tsc will not output any files when using the above configuration. The following configuration may be additionally required:\n\n```json5\n// tsconfig.json\n{\n  \"compilerOptions\": {\n    // To emit .js files when compiling\n    \"noEmit\": false,\n    // To emit .d.ts files when compiling\n    \"declaration\": true\n  }\n}\n```\n\nIn addition, you will also need to specify the files to be included (`include`) or excluded (`exclude`) yourself.\n\nFor more information, see [TSConfig](https://www.typescriptlang.org/tsconfig/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyansalt%2Ftsconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyansalt%2Ftsconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyansalt%2Ftsconfig/lists"}