Skip to content

Commit b7aa0ff

Browse files
authored
fix: exclude node_modules and hidden files properly (#572)
* fix: exclude node_modules and hidden files properly `node_modules` points "node_modules/@virtual-live-lab/tsconfig/node_modules" * Create rich-hats-try.md Signed-off-by: Kentaro Suzuki <[email protected]> --------- Signed-off-by: Kentaro Suzuki <[email protected]>
1 parent 7cd4b81 commit b7aa0ff

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/rich-hats-try.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@virtual-live-lab/tsconfig": patch
3+
---
4+
5+
fix: exclude node_modules properly

packages/tsconfig/base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
// completeness
2525
"skipLibCheck": true
2626
},
27-
"exclude": ["node_modules"]
27+
"exclude": ["**/node_modules"]
2828
}

0 commit comments

Comments
 (0)