# playforkeepsTypeScriptDemo **Repository Path**: playforkeeps/playforkeeps-type-script-demo ## Basic Information - **Project Name**: playforkeepsTypeScriptDemo - **Description**: typeScript Demo just do it - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-25 - **Last Updated**: 2023-11-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 安装 node ``` node -v ``` ## 安装 typescript ```bash npm install -g typescript ``` ## 编译 ts 文件 ```ts tsc enums.ts ```