Skip to content

Commit 5d0f2af

Browse files
committed
Explicitly list out our source dirs
Afaik it was still faster due to not needing some kind of directory scan. Might be no longer true, but yeah nothing wrong with this just in case.
1 parent b58b67d commit 5d0f2af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bsconfig.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
"sources": [
55
{
66
"dir": "src",
7-
"subdirs": true
7+
"subdirs": ["intl", "typed-arrays"]
88
},
99
{
1010
"dir": "test",
11-
"subdirs": true,
1211
"type": "dev"
1312
}
1413
],

0 commit comments

Comments
 (0)