Skip to content

Commit 5c2a390

Browse files
chore: exclude docs from typecheck
1 parent ca0eb3e commit 5c2a390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
"skipDefaultLibCheck": true,
2222
"skipLibCheck": true
2323
},
24-
"exclude": ["node_modules", "dist", "packages/devtools"]
24+
"exclude": ["node_modules", "dist", "docs", "packages/devtools"]
2525
}

0 commit comments

Comments
 (0)