{"id":17125233,"url":"https://github.com/baltpeter/tsconfig","last_synced_at":"2026-03-18T23:31:01.816Z","repository":{"id":65187946,"uuid":"586090040","full_name":"baltpeter/tsconfig","owner":"baltpeter","description":"The TypeScript configs I use for my projects.","archived":false,"fork":false,"pushed_at":"2023-04-05T15:12:22.000Z","size":16,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T04:26:26.453Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/baltpeter.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":"2023-01-06T23:09:55.000Z","updated_at":"2023-01-06T23:09:57.000Z","dependencies_parsed_at":"2024-10-30T09:08:08.603Z","dependency_job_id":"63030302-787e-4a6b-a18c-efa73629ee4a","html_url":"https://github.com/baltpeter/tsconfig","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baltpeter%2Ftsconfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baltpeter%2Ftsconfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baltpeter%2Ftsconfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baltpeter%2Ftsconfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baltpeter","download_url":"https://codeload.github.com/baltpeter/tsconfig/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245204779,"owners_count":20577406,"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-14T18:44:29.944Z","updated_at":"2026-02-04T23:41:23.066Z","avatar_url":"https://github.com/baltpeter.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# @baltpeter/tsconfig\n\n\u003e The TypeScript configs I use for my projects.\n\nThis package contains the TypeScript configs I use for my projects. You probably don't want to use this unless you're working on a project with me.\n\n## Usage\n\nInstall TypeScript and this config:\n\n```sh\nyarn add --dev typescript @baltpeter/tsconfig\n```\n\nThen, create a `tsconfig.json` file like this:\n\n```json\n{\n    \"extends\": \"@baltpeter/tsconfig\",\n    \"include\": [\"src/**/*\"]\n}\n```\n\nMake sure to adapt the `include` property if necessary.\n\nInstead of the default config, you can also use one of the following configs:\n\n* `@baltpeter/tsconfig/tsconfig.node.json` for Node.js projects\n* `@baltpeter/tsconfig/tsconfig.preact.json` for Preact projects\n\n   For the aliasing of React to Preact to work, you need to set `\"baseUrl\": \"./\"` in _your_ `tsconfig.json`, e.g.:\n\n   ```json\n   {\n        \"extends\": \"@baltpeter/tsconfig/tsconfig.preact.json\",\n        \"include\": [\"src/**/*\"],\n\n        \"compilerOptions\": {\n            \"baseUrl\": \"./\"\n        }\n    }\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaltpeter%2Ftsconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaltpeter%2Ftsconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaltpeter%2Ftsconfig/lists"}