# ts_pro **Repository Path**: laich/ts_pro ## Basic Information - **Project Name**: ts_pro - **Description**: No description available - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-10 - **Last Updated**: 2026-03-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README * 记录 记录typeScript模块学习 ``` npm install lodash-es npm install ts-node npm install axios npm install --save-dev typescript ts-node @types/lodash-es 创建 tsconfig.json 文件 { "compilerOptions": { "target": "ES6", "module": "CommonJS", "strict": true, "esModuleInterop": true } } npx ts-node .\lodashTs.ts ```