# wp-components **Repository Path**: facemap/wp-components ## Basic Information - **Project Name**: wp-components - **Description**: wordpress组件机制 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-18 - **Last Updated**: 2024-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### gulp+babel+typescript 编译示例 ### 安装 ``` yarn install ``` ### 构建 ``` yarn build ``` ### 说明 gulp-typescript使用isolatedModules:true时,会不进行类型校验和生成类型声明文件。 这和typescript中isolatedModules定义不同,解决方法是覆盖配置中的isolatedModules为false。