Skip to content

Commit c0906eb

Browse files
committed
chore: exclude docs
1 parent 172c9c2 commit c0906eb

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
@@ -13,5 +13,5 @@
1313
"types": ["jest", "node"]
1414
},
1515
"include": ["src/**/*"],
16-
"exclude": ["node_modules", "__tests__/**/*", "__customer__/**/*"]
16+
"exclude": ["node_modules", "__tests__/**/*", "__customer__/**/*", "docs"]
1717
}

0 commit comments

Comments
 (0)