Skip to content

Commit f0819df

Browse files
committed
fix: 类型导出的路径去掉别名
1 parent 158cba2 commit f0819df

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/types/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,6 @@ export * from './spec/audio/base'
348348
export * from './spec/audio/h5'
349349
export * from './spec/audio/taro'
350350

351-
export * from '@/types/spec/steps/base'
352-
export * from '@/types/spec/steps/h5'
353-
export * from '@/types/spec/steps/taro'
351+
export * from './spec/steps/base'
352+
export * from './spec/steps/h5'
353+
export * from './spec/steps/taro'

0 commit comments

Comments
 (0)