# wujie-typings **Repository Path**: jh_shot/wujie-typings ## Basic Information - **Project Name**: wujie-typings - **Description**: 无界类型定义文件 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-09 - **Last Updated**: 2023-10-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 无界类型定义 基于 Wujie 1.0.6 版本编写 - Vue组件 引用 `vue.d.ts` - JSX组件引用 `jsx.d.ts` - 全局变量引用 `global.d.ts` `tsconfig.json` 示例: ```json { "compilerOptions": { "types": [ "@ttou/wujie-typings/global", "@ttou/wujie-typings/jsx" ] } } ```