# TypeScript-init **Repository Path**: Ananiah_bach/type-script-init ## Basic Information - **Project Name**: TypeScript-init - **Description**: TS 联系初始化demo - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-29 - **Last Updated**: 2022-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: TypeScript ## README ## TS 本地练习环境 ### 启动监听 ` tsc --watch ` ### 手动编译TS文件 ` tsc index.ts ` ### 执行JS文件 ` node index.js `