{"id":13452593,"url":"https://github.com/fathyb/parcel-plugin-typescript","last_synced_at":"2025-04-07T06:08:49.704Z","repository":{"id":27379123,"uuid":"113689841","full_name":"fathyb/parcel-plugin-typescript","owner":"fathyb","description":"🚨 Enhanced TypeScript support for Parcel","archived":false,"fork":false,"pushed_at":"2022-12-07T17:20:20.000Z","size":1316,"stargazers_count":182,"open_issues_count":52,"forks_count":18,"subscribers_count":6,"default_branch":"develop","last_synced_at":"2025-03-31T04:08:04.093Z","etag":null,"topics":["code-quality","lint","parcel-plugin","transformers","type-checker","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/fathyb.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-09T18:00:00.000Z","updated_at":"2025-03-23T01:43:53.000Z","dependencies_parsed_at":"2022-07-27T09:32:05.502Z","dependency_job_id":null,"html_url":"https://github.com/fathyb/parcel-plugin-typescript","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fathyb%2Fparcel-plugin-typescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fathyb%2Fparcel-plugin-typescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fathyb%2Fparcel-plugin-typescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fathyb%2Fparcel-plugin-typescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fathyb","download_url":"https://codeload.github.com/fathyb/parcel-plugin-typescript/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247601448,"owners_count":20964864,"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":["code-quality","lint","parcel-plugin","transformers","type-checker","typescript"],"created_at":"2024-07-31T07:01:28.508Z","updated_at":"2025-04-07T06:08:49.686Z","avatar_url":"https://github.com/fathyb.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","Plugins"],"sub_categories":["JavaScript dialects, other languages"],"readme":"# parcel-plugin-typescript\n\nEnhanced TypeScript integration for Parcel.\n\n![Screenshot](./.assets/screenshot.png)\n\n## Differences with Parcel native support\n\nWhile Parcel has built-in transpiling support for TypeScript, this plugin provides [additional features](#features).\n\nIf you only need transpiling then this plugin might not be necessary. You can see this plugin as a Parcel version of `awesome-typescript-loader` or `ts-loader`.\n\n## Features\n\n- Type checking:  \n  Checking your TypeScript code for errors, in a separate process for speed.\n- Path mappings:  \n  Rewriting your `import` on the fly accordingly to your `paths` and `baseUrl` compiler options.\n- Custom AST transformers:\n  Use your own TypeScript transformers\n\n### Upcoming features\n\n- TSLint support\n\n### Angular Support\n\nAngular support has been moved to [`parcel-plugin-angular`](https://github.com/fathyb/parcel-plugin-angular).\n\n## Installation\n\n`yarn add parcel-plugin-typescript`\n\nor\n\n`npm install parcel-plugin-typescript`\n\n## Configuration\n\nFor configuration, you can pass a `parcel-plugin-typescript` object in your `tsconfig.json`:\n```js\n{\n  \"compilerOptions\": {...},\n  // the plugin options\n  \"parcel-plugin-typescript\": {\n    // If true type-checking is disabled\n    \"transpileOnly\": false\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffathyb%2Fparcel-plugin-typescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffathyb%2Fparcel-plugin-typescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffathyb%2Fparcel-plugin-typescript/lists"}