{"id":18862781,"url":"https://github.com/eik-lib/typescript-config","last_synced_at":"2025-07-25T16:02:22.294Z","repository":{"id":250879725,"uuid":"835723540","full_name":"eik-lib/typescript-config","owner":"eik-lib","description":"Shared TypeScript configs for use in Eik modules","archived":false,"fork":false,"pushed_at":"2025-06-01T09:40:49.000Z","size":22,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-07-02T08:45:09.680Z","etag":null,"topics":["eik","typescript-config"],"latest_commit_sha":null,"homepage":"https://eik.dev","language":"JavaScript","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/eik-lib.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":null,"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,"zenodo":null}},"created_at":"2024-07-30T12:06:12.000Z","updated_at":"2025-06-01T09:40:51.000Z","dependencies_parsed_at":"2024-11-01T10:19:37.936Z","dependency_job_id":"088f5b77-35ea-4244-9f7c-f4b7a600d2aa","html_url":"https://github.com/eik-lib/typescript-config","commit_stats":null,"previous_names":["eik-lib/typescript-config"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/eik-lib/typescript-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eik-lib%2Ftypescript-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eik-lib%2Ftypescript-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eik-lib%2Ftypescript-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eik-lib%2Ftypescript-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eik-lib","download_url":"https://codeload.github.com/eik-lib/typescript-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eik-lib%2Ftypescript-config/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267029007,"owners_count":24024199,"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","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["eik","typescript-config"],"created_at":"2024-11-08T04:35:42.615Z","updated_at":"2025-07-25T16:02:22.219Z","avatar_url":"https://github.com/eik-lib.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @eik/typescript-config\n\nShared config for TypeScript, used in Eik projects to generate type definitions from JSDoc and test them.\n\n## Install\n\n```\nnpm install --save-dev typescript @eik/typescript-config\n```\n\n## Usage\n\nCreate two files in your root directory.\n\n`tsconfig.json` (assuming source in `lib/`):\n\n```json\n{\n  \"extends\": \"@eik/typescript-config/module.json\",\n  \"include\": [\"./lib/**/*.js\"],\n  \"compilerOptions\": {\n    \"outDir\": \"types\"\n  }\n}\n```\n\n`tsconfig.test.json` (assuming tests in `tests/`):\n\n```json\n{\n  \"extends\": \"@eik/typescript-config/test.json\",\n  \"include\": [\"./tests/**/*.js\"]\n}\n```\n\nYou should have a similar setup in your `package.json`:\n\n```json\n{\n  \"scripts\": {\n    \"types\": \"run-s types:module types:test\",\n    \"types:module\": \"tsc\",\n    \"types:test\": \"tsc --project tsconfig.test.json\"\n  },\n  \"dependencies\": {\n    \"npm-run-all\": \"4.1.5\"\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feik-lib%2Ftypescript-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feik-lib%2Ftypescript-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feik-lib%2Ftypescript-config/lists"}