{"id":19528885,"url":"https://github.com/adonisjs/tsconfig","last_synced_at":"2025-08-20T04:14:24.063Z","repository":{"id":255437076,"uuid":"850296575","full_name":"adonisjs/tsconfig","owner":"adonisjs","description":"Base TypeScript configuration files for AdonisJS applications and packages","archived":false,"fork":false,"pushed_at":"2025-05-28T09:19:50.000Z","size":7,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"1.x","last_synced_at":"2025-05-28T09:26:02.984Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adonisjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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},"funding":{"github":"thetutlage"}},"created_at":"2024-08-31T11:47:05.000Z","updated_at":"2025-04-04T03:46:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"85827907-545f-4be3-bf29-4f02b4c8da28","html_url":"https://github.com/adonisjs/tsconfig","commit_stats":null,"previous_names":["adonisjs/tsconfig"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/adonisjs/tsconfig","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adonisjs%2Ftsconfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adonisjs%2Ftsconfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adonisjs%2Ftsconfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adonisjs%2Ftsconfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adonisjs","download_url":"https://codeload.github.com/adonisjs/tsconfig/tar.gz/refs/heads/1.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adonisjs%2Ftsconfig/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260694160,"owners_count":23047782,"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-11T01:20:32.377Z","updated_at":"2025-06-19T05:34:08.324Z","avatar_url":"https://github.com/adonisjs.png","language":null,"funding_links":["https://github.com/sponsors/thetutlage"],"categories":[],"sub_categories":[],"readme":"# @adonisjs/tsconfig\n\n\u003chr\u003e\n\u003cbr /\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ch3\u003eBase TSConfig files\u003c/h3\u003e\n  \u003cp\u003eTSConfig config files for AdonisJS (including Inertia) applications or AdonisJS packages.\u003c/p\u003e\n\u003c/div\u003e\n\n\u003cbr /\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![npm-image]][npm-url] [![license-image]][license-url]\n\n\u003c/div\u003e\n\n## Installation\n\nInstall the package from the npm registry.\n\n```sh\nnpm i -D @adonisjs/tsconfig@beta\n\n# Make sure also to install the following packages\nnpm i -D typescript ts-node-maintained @swc/core\n```\n\n## Usage\n\nAfter installation, use one of the following base config files.\n\n**For package development**\n\n```json\n// tsconfig.json\n{\n  \"extends\": \"@adonisjs/tsconfig/tsconfig.package.json\",\n  \"compilerOptions\": {\n    \"rootDir\": \"./\",\n    \"outDir\": \"./build\"\n  }\n}\n```\n\n**For AdonisJS application**\n\n```json\n// tsconfig.json\n{\n  \"extends\": \"@adonisjs/tsconfig/tsconfig.app.json\",\n  \"compilerOptions\": {\n    \"rootDir\": \"./\",\n    \"outDir\": \"./build\"\n  }\n}\n```\n\n**For client-side code inside AdonisJS application**\n\n```ts\n// resources/tsconfig.json\n{\n  \"extends\": \"@adonisjs/tsconfig/tsconfig.client.json\"\n}\n```\n\n\u003cdiv align=\"center\"\u003e\n  \u003csub\u003eBuilt with ❤︎ by \u003ca href=\"https://github.com/Julien-R44\"\u003eJulien Ripouteau\u003c/a\u003e and \u003ca href=\"https://github.com/thetutlage\"\u003eHarminder Virk\u003c/a\u003e\n\u003c/div\u003e\n\n[npm-image]: https://img.shields.io/npm/v/@adonisjs/tsconfig/latest.svg?style=for-the-badge\u0026logo=npm\n[npm-url]: https://www.npmjs.com/package/@adonisjs/tsconfig/v/latest 'npm'\n[license-url]: LICENSE.md\n[license-image]: https://img.shields.io/github/license/adonisjs/tsconfig?style=for-the-badge\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadonisjs%2Ftsconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadonisjs%2Ftsconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadonisjs%2Ftsconfig/lists"}