소스 검색

feat(vite-config): vite export typing (#7569)

* feat(vite-config): vite export typing

* feat(vite-config): add type

---------

Co-authored-by: Jin Mao <50581550+jinmao88@users.noreply.github.com>
moil-xm 3 달 전
부모
커밋
05920cd66d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      internal/vite-config/src/index.ts

+ 1 - 0
internal/vite-config/src/index.ts

@@ -1,4 +1,5 @@
 export * from './config';
 export * from './options';
 export * from './plugins';
+export type * from './typing';
 export { loadAndConvertEnv } from './utils/env';