Skip to content

Commit 28a6d79

Browse files
committed
fix: remove "components" from tsconfig
1 parent 0297bb7 commit 28a6d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/integrations/markdoc/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": "../../../tsconfig.base.json",
3-
"include": ["src", "components", "content-types.d.ts"],
3+
"include": ["src", "content-types.d.ts"],
44
"compilerOptions": {
55
"allowJs": true,
66
"module": "ES2020",

0 commit comments

Comments
 (0)