fix(docs): fixed config
This commit is contained in:
parent
b25f9dddfa
commit
362dc29601
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ module.exports = {
|
||||||
excludeInternal: true,
|
excludeInternal: true,
|
||||||
exclude: [
|
exclude: [
|
||||||
'**/*/node_modules',
|
'**/*/node_modules',
|
||||||
'./packages/tl/**/*',
|
'../../packages/tl/**/*',
|
||||||
'**/*.test.ts',
|
'**/*.test.ts',
|
||||||
'**/*.test-utils.ts',
|
'**/*.test-utils.ts',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue