{"id":17223421,"url":"https://github.com/conduitry/rollup-plugin-cheap-ts","last_synced_at":"2025-09-14T05:06:03.795Z","repository":{"id":163440895,"uuid":"157003667","full_name":"Conduitry/rollup-plugin-cheap-ts","owner":"Conduitry","description":"A small, hacky Rollup plugin for TypeScript // Mirror of https://git.chor.date/Conduitry/rollup-plugin-cheap-ts","archived":false,"fork":false,"pushed_at":"2020-05-31T23:15:15.000Z","size":21,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T00:34:55.184Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://conduitry.dev/cheap-ts","language":"JavaScript","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/Conduitry.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-11-10T17:18:15.000Z","updated_at":"2021-01-31T08:45:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"3d3521c8-c28b-4dac-a549-62da54e84d79","html_url":"https://github.com/Conduitry/rollup-plugin-cheap-ts","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/Conduitry/rollup-plugin-cheap-ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Conduitry%2Frollup-plugin-cheap-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Conduitry%2Frollup-plugin-cheap-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Conduitry%2Frollup-plugin-cheap-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Conduitry%2Frollup-plugin-cheap-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Conduitry","download_url":"https://codeload.github.com/Conduitry/rollup-plugin-cheap-ts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Conduitry%2Frollup-plugin-cheap-ts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275062966,"owners_count":25398888,"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-09-14T02:00:10.474Z","response_time":75,"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":[],"created_at":"2024-10-15T04:08:16.962Z","updated_at":"2025-09-14T05:06:03.786Z","avatar_url":"https://github.com/Conduitry.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rollup-plugin-cheap-ts\n\nA hacky lightweight Rollup plugin for transpiling and bundling libraries written in TypeScript.\n\n## Installation\n\nThis is not published to npm. Install from Git tags.\n\n## Usage\n\nInclude the plugin in your `rollup.config.js`:\n\n```javascript\nimport cheapTS from 'rollup-plugin-cheap-ts';\n\nexport default {\n\t// ...\n\tplugins: [\n\t\t// ...\n\t\tcheapTS(),\n\t\t// ...\n\t],\n};\n```\n\nYou must have a `tsconfig.json` in the same directory as your `rollup.config.js`. This must specify a `\"compilerOptions\".\"target\"` of at least `\"ES6\"`. There are a few other options that must not be specified. (The plugin will check for these.) All extensionless imports from `.ts` files must refer to `.ts` files.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconduitry%2Frollup-plugin-cheap-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconduitry%2Frollup-plugin-cheap-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconduitry%2Frollup-plugin-cheap-ts/lists"}