# ts-study **Repository Path**: optre-coding/ts-study ## Basic Information - **Project Name**: ts-study - **Description**: TypeScript练习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-29 - **Last Updated**: 2023-04-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TypeScript TypeScript 练习, 仅供学习使用 ## 相关命令 ```bash # 安装 npm install -g typescript # 版本,安装后执行 tsc -v # 执行 tsc --init 初始化,执行后生成 tsconfig.json 文件 tsc --init # PS D:\code\typescript> tsc -v # Version 5.0.2 # tsc 文件名.ts 将ts文件编译成js文件 tsc 文件名.ts ``` ## 学习链接 [TypeScript入门教程](https://ts.xcatliu.com/introduction/what-is-typescript.html) [小满TypeScript基础教程全集(完结)--视频](https://www.bilibili.com/video/BV1wR4y1377K/?spm_id_from=333.880.my_history.page.click) ### 其他文章 [TypeScript 中提升幸福感的 10 个高级技巧](https://github.com/biaochenxuying/blog/issues/80)