{"id":48089610,"url":"https://github.com/vllnt/typescript","last_synced_at":"2026-04-04T15:28:55.973Z","repository":{"id":342345562,"uuid":"1153807064","full_name":"vllnt/typescript","owner":"vllnt","description":"Shared TypeScript configurations for vllnt projects","archived":false,"fork":false,"pushed_at":"2026-03-05T16:32:40.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-05T19:31:52.168Z","etag":null,"topics":["nextjs","nodejs","react","shared-config","tsconfig","typescript"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@vllnt/typescript","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vllnt.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-09T17:34:20.000Z","updated_at":"2026-03-05T16:34:24.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/vllnt/typescript","commit_stats":null,"previous_names":["vllnt/typescript"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/vllnt/typescript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vllnt%2Ftypescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vllnt%2Ftypescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vllnt%2Ftypescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vllnt%2Ftypescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vllnt","download_url":"https://codeload.github.com/vllnt/typescript/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vllnt%2Ftypescript/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31403958,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["nextjs","nodejs","react","shared-config","tsconfig","typescript"],"created_at":"2026-04-04T15:28:54.479Z","updated_at":"2026-04-04T15:28:55.723Z","avatar_url":"https://github.com/vllnt.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# @vllnt/typescript\n\nShared TypeScript configurations for vllnt projects. Strict, modern, Node 22+.\n\n## Install\n\n```sh\nnpm install -D @vllnt/typescript\n```\n\n## Presets\n\n| Preset | Use case | Module | Target |\n|--------|----------|--------|--------|\n| `base.json` | Foundation (extended by others) | - | - |\n| `nodejs.json` | Node.js applications | NodeNext | ES2024 |\n| `node-library.json` | Publishable npm packages | NodeNext | ES2024 |\n| `react.json` | React apps (Vite, CRA, etc.) | ESNext | ES2022 |\n| `nextjs.json` | Next.js applications | ESNext | ES2022 |\n\n## Usage\n\nExtend a preset in your `tsconfig.json`:\n\n### Node.js application\n\n```json\n{\n  \"extends\": \"@vllnt/typescript/nodejs.json\",\n  \"compilerOptions\": {\n    \"outDir\": \"dist\",\n    \"rootDir\": \"src\"\n  },\n  \"include\": [\"src\"]\n}\n```\n\n### Node library (npm package)\n\n```json\n{\n  \"extends\": \"@vllnt/typescript/node-library.json\",\n  \"compilerOptions\": {\n    \"outDir\": \"dist\",\n    \"rootDir\": \"src\"\n  },\n  \"include\": [\"src\"]\n}\n```\n\n### React\n\n```json\n{\n  \"extends\": \"@vllnt/typescript/react.json\",\n  \"compilerOptions\": {\n    \"outDir\": \"dist\",\n    \"rootDir\": \"src\"\n  },\n  \"include\": [\"src\"]\n}\n```\n\n### Next.js\n\n```json\n{\n  \"extends\": \"@vllnt/typescript/nextjs.json\",\n  \"include\": [\"next-env.d.ts\", \"**/*.ts\", \"**/*.tsx\", \".next/types/**/*.ts\"],\n  \"exclude\": [\"node_modules\"]\n}\n```\n\n## What's included\n\nAll presets extend `base.json` which enforces:\n\n- `strict: true`\n- `isolatedModules: true`\n- `noUncheckedIndexedAccess: true`\n- `skipLibCheck: true`\n- `esModuleInterop: true`\n- `resolveJsonModule: true`\n\n## Requirements\n\n- Node.js \u003e= 22\n- TypeScript \u003e= 5.0\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvllnt%2Ftypescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvllnt%2Ftypescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvllnt%2Ftypescript/lists"}