Skip to content

Commit 28a6d79

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/integrations/markdoc/tsconfig.json

Lines changed: 1 addition & 1 deletion
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)