{"id":19390110,"url":"https://github.com/muke78/typescript","last_synced_at":"2026-07-01T13:31:33.947Z","repository":{"id":250677948,"uuid":"834405074","full_name":"muke78/TypeScript","owner":"muke78","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-05T10:10:45.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-11T19:44:09.335Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/muke78.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-27T07:02:13.000Z","updated_at":"2024-08-05T10:10:49.000Z","dependencies_parsed_at":"2024-08-05T11:44:05.507Z","dependency_job_id":null,"html_url":"https://github.com/muke78/TypeScript","commit_stats":null,"previous_names":["muke78/typescript"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/muke78/TypeScript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muke78%2FTypeScript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muke78%2FTypeScript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muke78%2FTypeScript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muke78%2FTypeScript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muke78","download_url":"https://codeload.github.com/muke78/TypeScript/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muke78%2FTypeScript/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35009267,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-01T02:00:05.325Z","response_time":130,"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-11-10T10:19:00.344Z","updated_at":"2026-07-01T13:31:33.929Z","avatar_url":"https://github.com/muke78.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Generar el archivo tsconfig.json\n\n- Archivo de configuracion que lo usa typescript, para hacerle saber que version de `ECMAScript` trabaja, rutas y el modo estricto\n\n```bash\n    tsc --init\n```\n\n- Ejecuta el transpilador junto con todos los archivos de ts que haya en la carpeta para que se pasen a `JavaScript` y el navegador pueda comprender el codigo\n\n```bash\n    tsc\n```\n\n- Se ocupa para activar el modo observador y hacer los cambios ne tiempo real desde `TypeScript` a `JavaScript` \n\n```bash\n    tsc --watch\n    tsc -w\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuke78%2Ftypescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuke78%2Ftypescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuke78%2Ftypescript/lists"}