Skip to content

Commit d39199b

Browse files
committed
chore: update exclude file
1 parent 4c3dd76 commit d39199b

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
@@ -20,5 +20,5 @@
2020
}
2121
},
2222
"include": ["./**/*.ts", "./**/*.tsx"],
23-
"exclude": ["node_modules", "dist", "*.d.ts"]
23+
"exclude": ["node_modules", "dist", "*.d.ts", "docs"]
2424
}

0 commit comments

Comments
 (0)