# ts-types **Repository Path**: vclife/ts-types ## Basic Information - **Project Name**: ts-types - **Description**: typescript 汉化类型 - **Primary Language**: TypeScript - **License**: Unlicense - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-19 - **Last Updated**: 2025-03-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Typescirpt 通用类型定义 语言中文 ## 使用方法 在 tsconfig.json 文件中对应类型目录或文件配置上就可以了 ```JSON { "types": [ "具体目录/types" ], } ```