fix(docs): fixed config

This commit is contained in:
alina 🌸 2023-11-27 06:39:25 +03:00
parent b25f9dddfa
commit 362dc29601
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI

View file

@ -10,7 +10,7 @@ module.exports = {
excludeInternal: true,
exclude: [
'**/*/node_modules',
'./packages/tl/**/*',
'../../packages/tl/**/*',
'**/*.test.ts',
'**/*.test-utils.ts',
],