{"id":22432357,"url":"https://github.com/normalhuman01/typescript-course-master","last_synced_at":"2025-08-18T12:16:38.300Z","repository":{"id":211826610,"uuid":"730035056","full_name":"normalhuman01/typescript-course-master","owner":"normalhuman01","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-11T04:01:32.000Z","size":153,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T12:45:35.839Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/normalhuman01.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2023-12-11T03:59:37.000Z","updated_at":"2023-12-11T04:01:36.000Z","dependencies_parsed_at":"2023-12-11T07:27:55.464Z","dependency_job_id":null,"html_url":"https://github.com/normalhuman01/typescript-course-master","commit_stats":null,"previous_names":["compostapuerta-cl/typescript-course-master","normalhuman01/typescript-course-master"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/normalhuman01%2Ftypescript-course-master","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/normalhuman01%2Ftypescript-course-master/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/normalhuman01%2Ftypescript-course-master/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/normalhuman01%2Ftypescript-course-master/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/normalhuman01","download_url":"https://codeload.github.com/normalhuman01/typescript-course-master/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245806006,"owners_count":20675291,"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-12-05T22:11:34.512Z","updated_at":"2025-03-27T07:42:02.190Z","avatar_url":"https://github.com/normalhuman01.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## TypeScript Course\n\n## Requirements\n- Optional: HTML, CSS, JS\n- Node.js and Npm\n- Console / Terminal Usage\n\n# Useful Commands\n- to transpile: `tsc myfile.ts`\n    - all files: `tsc *.ts`\n    - target Option: `--target ES5`\n- to execute your transpiled file: `node myfile.js`, because is js you can use it on whatever js enviroment\n\n## Considerations\n- Ts will generate an output JS, even with errors\n\n## More Info\n- (Typescript Github)[]\n    - typescript components\n- compile or transpile?\n\n## Tools: \n- [TS PlayGround](https://www.typescriptlang.org/play/index.html)\n- Intellisense\n- typescript(npm or yarn)\n- Visual Studio\n- vsCode\n\n## You can Learn from this Code\n    - transpile a .ts file to .js file\n    - basics\n        - hello world\n        - strong typing\n        - syntatic sugar\n        - types or optional static type annotation\n        - scope variables\n        - avoid type juggling\n        - type coercion\n    - types\n    - ts added optional static type annotation to js\n    - transform it in a strongly typed programming language\n- functions\n- objects\n- ambient declarations\n\n- interfaces\n- clases: Person.ts\n- enums\n- modules\n- generic types\n\n- file extension .d.ts, third libs compatibility\n\n- type coercion\n- tsconfig.json\n\n## Appendix\n- how to debuggin ts file with vs Code\n- configure tsconfig.json\n- how to configure ts compiler with visual studio Code\n    - go to \"Open User Settings\"\n    - go to settings.json at \"typescript.sdk\", by default the property has the value null\n    - obtain where is installed npm modules: `npm root -g`\n    - append the path with /typescript/lib as SDK path\n- to configure a build task\n    - to configure Tasks: `Ctrl + shift + P` \u003e Tasks \u003e Typescript\n    - to execute: `Ctrl/cmd + Shift + B`\n- how to ignore js outputs from ts\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnormalhuman01%2Ftypescript-course-master","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnormalhuman01%2Ftypescript-course-master","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnormalhuman01%2Ftypescript-course-master/lists"}