1
0
mirror of synced 2026-03-22 10:28:36 +08:00

build: 不在每个package中构建dts,解决package间相互依赖问题

This commit is contained in:
roymondchen
2024-08-08 16:05:10 +08:00
committed by roymondchen
parent de47514f69
commit 7aeca39521
61 changed files with 199 additions and 560 deletions

6
shims-vue.d.ts vendored Normal file
View File

@@ -0,0 +1,6 @@
declare module '*.vue' {
import { DefineComponent } from 'vue';
const component: DefineComponent<{}, {}, any>;
export default component;
}