fix: 拆分es和commonjs

This commit is contained in:
2023-07-13 10:20:54 +08:00
parent 86c9e7d6f1
commit d60f583aef
3 changed files with 38 additions and 8 deletions

8
utils/resolver.d.ts vendored
View File

@ -6,11 +6,9 @@
* @FilePath: \uni\utils\resolver.d.ts
* @Description:
*
*/
declare const _default: (name: string) =>({
*/
export const resolverThzxcx: (name: string) =>({
name: string;
as: string;
from: string;
})
export default _default
})