Skip to content

Commit 8097939

Browse files
committed
chore: add component.d.ts in tsconfig.json
fix unknown component types
1 parent a4edcab commit 8097939

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"packages/**/*.ts",
1717
"packages/**/*.d.ts",
1818
"packages/**/*.tsx",
19-
"packages/**/*.vue"
19+
"packages/**/*.vue",
20+
"components.d.ts"
2021
],
2122
"references": [{ "path": "./tsconfig.node.json" }]
2223
}

0 commit comments

Comments
 (0)