{"id":17749449,"url":"https://github.com/oresoftware/tsc-multi-watch","last_synced_at":"2026-01-20T07:07:23.759Z","repository":{"id":57381420,"uuid":"94662558","full_name":"ORESoftware/tsc-multi-watch","owner":"ORESoftware","description":"Spawns a watch process for each tsconfig.json file in your project. :elephant:","archived":false,"fork":false,"pushed_at":"2019-09-14T05:10:15.000Z","size":60,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-07T03:49:24.303Z","etag":null,"topics":["filewatcher","javascript","javascript-library","node","nodejs","npm","transpilation","transpile","transpiler","tsc","tsconfig","typescript","watcher"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/ORESoftware.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":"2017-06-18T03:24:38.000Z","updated_at":"2019-09-21T12:10:19.000Z","dependencies_parsed_at":"2022-08-31T03:40:11.556Z","dependency_job_id":null,"html_url":"https://github.com/ORESoftware/tsc-multi-watch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ORESoftware%2Ftsc-multi-watch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ORESoftware%2Ftsc-multi-watch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ORESoftware%2Ftsc-multi-watch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ORESoftware%2Ftsc-multi-watch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ORESoftware","download_url":"https://codeload.github.com/ORESoftware/tsc-multi-watch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247640152,"owners_count":20971549,"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":["filewatcher","javascript","javascript-library","node","nodejs","npm","transpilation","transpile","transpiler","tsc","tsconfig","typescript","watcher"],"created_at":"2024-10-26T11:23:22.295Z","updated_at":"2026-01-20T07:07:23.752Z","avatar_url":"https://github.com/ORESoftware.png","language":"TypeScript","readme":"\n# tsc-multi-watch\nSpawns a watch process for each tsconfig.json file in the search root.\nThe process is:\n\n```bash\ncd '${tsconfDir}' \u0026\u0026 tsc --project '${p}' --pretty false --preserveWatchOutput --watch\n```\n\n## Installation\n\n\u003e\n\u003e```bash\n\u003e $ npm install -g tsc-multi-watch`\n\u003e```\n\u003e\n\n### CLI\n\n\u003e\n\u003e```bash\n\u003e\n\u003e $ tsc_multi_watch --root=\"$(pwd)\"  # --root defaults to $PWD, so this is redundant\n\u003e\n\u003e```\n\u003e\n\n### Programmatic API\n\n```javascript\nimport tscmw from 'tsc-multi-watch';\n\ntscmw(opts, (err, v) =\u003e {\n  // v shows which paths are being watched\n});\n\n```\n\n\n### Here is the regex currently beign used to find tsconfig.json files:\n\n```javascript\n  if (String(item).match(/^tsconfig.*\\.json$/)) {\n       tsConfigPaths.push(fullPath);\n  }\n\n```\n   \n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foresoftware%2Ftsc-multi-watch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foresoftware%2Ftsc-multi-watch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foresoftware%2Ftsc-multi-watch/lists"}