# study_typescript **Repository Path**: helikeadog/study_typescript ## Basic Information - **Project Name**: study_typescript - **Description**: 学习TypeScript - **Primary Language**: TypeScript - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-10 - **Last Updated**: 2025-08-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # study_typescript #### 介绍 学习TypeScript #### 安装教程 npm install -g typescript #### 编译 tsc greeter.ts #### 自动编译 tsc --watch 或 tsc -w tsc --noEmitOnError --watch