{"id":13472747,"url":"https://github.com/PabloSzx/tsc-node-build","last_synced_at":"2025-03-26T17:31:11.419Z","repository":{"id":57381430,"uuid":"359303739","full_name":"PabloSzx/tsc-node-build","owner":"PabloSzx","description":"SUPERSEDED BY BOB-ESBUILD","archived":true,"fork":false,"pushed_at":"2021-05-30T04:05:52.000Z","size":60,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T17:19:22.582Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/PabloSzx/bob-esbuild","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/PabloSzx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-19T02:20:37.000Z","updated_at":"2023-01-28T08:36:19.000Z","dependencies_parsed_at":"2022-09-01T01:01:40.513Z","dependency_job_id":null,"html_url":"https://github.com/PabloSzx/tsc-node-build","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PabloSzx%2Ftsc-node-build","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PabloSzx%2Ftsc-node-build/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PabloSzx%2Ftsc-node-build/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PabloSzx%2Ftsc-node-build/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PabloSzx","download_url":"https://codeload.github.com/PabloSzx/tsc-node-build/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245702224,"owners_count":20658566,"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-07-31T16:00:57.608Z","updated_at":"2025-03-26T17:31:11.130Z","avatar_url":"https://github.com/PabloSzx.png","language":"JavaScript","readme":"# tsc-node-build\n\nSUPERSEDED BY https://github.com/PabloSzx/bob-esbuild\n\nBuild **TypeScript Node.js** libraries with ESM support using `tsc`.\n\n## Features\n\n- Building `CommonJS` \u0026 `ESM` concurrently, taking advantage of multi-core\n- Watching \u0026 execute feature with a modified version of [tsc-watch](https://github.com/gilamran/tsc-watch)\n\n## Install\n\n```bash\npnpm add tsc-node-build\n```\n\n```bash\nyarn add tsc-node-build\n```\n\n```bash\nnpm install tsc-node-build\n```\n\n## Usage\n\nIn your `package.json` you can specify:\n\n```json\n{\n  \"scripts\": {\n    \"build\": \"tsc-node-build\",\n    \"dev\": \"tsc-node-watch --onSuccess \\\"node dist/cjs/index.js\\\"\"\n  }\n}\n```\n\nAnd it assumes you have configured your `package.json` as it follows:\n\n```json\n{\n  \"exports\": {\n    \"./*\": {\n      \"import\": \"./dist/esm/*.js\",\n      \"require\": \"./dist/cjs/*.js\"\n    }\n  },\n  \"typesVersions\": {\n    \"*\": {\n      \"*\": [\n        \"dist/types/*\"\n      ]\n    }\n  },\n}\n```\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPabloSzx%2Ftsc-node-build","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPabloSzx%2Ftsc-node-build","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPabloSzx%2Ftsc-node-build/lists"}