{"id":21894389,"url":"https://github.com/pocket/tsconfig","last_synced_at":"2025-04-15T15:44:04.148Z","repository":{"id":37065534,"uuid":"471544413","full_name":"Pocket/tsconfig","owner":"Pocket","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-14T05:23:14.000Z","size":120,"stargazers_count":2,"open_issues_count":5,"forks_count":1,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-04-14T06:29:10.785Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Pocket.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-18T23:30:21.000Z","updated_at":"2024-08-02T02:23:21.000Z","dependencies_parsed_at":"2023-11-21T21:26:36.508Z","dependency_job_id":"63a44e31-be80-485c-9b7b-47465e05e566","html_url":"https://github.com/Pocket/tsconfig","commit_stats":{"total_commits":33,"total_committers":3,"mean_commits":11.0,"dds":"0.18181818181818177","last_synced_commit":"e548c96aaeff386c8bc27dcee31423e1dbfcaa56"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pocket%2Ftsconfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pocket%2Ftsconfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pocket%2Ftsconfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pocket%2Ftsconfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pocket","download_url":"https://codeload.github.com/Pocket/tsconfig/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249102199,"owners_count":21213162,"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-11-28T13:22:22.039Z","updated_at":"2025-04-15T15:44:04.109Z","avatar_url":"https://github.com/Pocket.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TSConfig config\n\nThese are settings for TSConfig used by Pocket.\n\n## What it does\n\nThis setups up your Typescript tslint settings based on best practices. Check the [tsconfig.json](https://github.com/Pocket/tsconfig/blob/main/tsconfig.json) file to see what is included. Feel free to override the rules that make sense for you.\n\n## Installing\n\n1. In your project folder, run:\n\n```\nnpm i -D @pocket-tools/tsconfig # or yarn install --dev @pocket-tools/tsconfig\n```\n\n2. You will see several dependencies were installed. Now, create (or update) a `tsconfig.json` file with the following content:\n\nIf you don't already have one the NPM post install script will create it for you.\n\n```json\n{\n  \"extends\": \"@pocket-tools/tsconfig\",\n  \"compilerOptions\": {\n    \"outDir\": \"dist\",\n    \"rootDir\": \"src\"\n  },\n  \"exclude\": [\n    \"node_modules/\",\n    \"dist/\"\n  ],\n  \"include\": [\n    \"src/**/*.ts\",\n    \"src/config\"\n  ]\n}\n```\n\nConcepts are used from \u003chttps://github.com/Chatie/tsconfig\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpocket%2Ftsconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpocket%2Ftsconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpocket%2Ftsconfig/lists"}