Skip to content

Commit ea7cf5f

Browse files
committed
Exclude symlinks to directories with follow+nodir
fix: #579
1 parent 97611cd commit ea7cf5f

File tree

7 files changed

+830
-1044
lines changed

7 files changed

+830
-1044
lines changed

.tshy/commonjs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"../src/**/*.tsx"
77
],
88
"exclude": [
9-
".../src/**/*.mts"
9+
"../src/**/*.mts"
1010
],
1111
"compilerOptions": {
12-
"outDir": "../.tshy-build-tmp/commonjs"
12+
"outDir": "../.tshy-build/commonjs"
1313
}
1414
}

.tshy/esm.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"../src/**/*.mts",
66
"../src/**/*.tsx"
77
],
8+
"exclude": [],
89
"compilerOptions": {
9-
"outDir": "../.tshy-build-tmp/esm"
10+
"outDir": "../.tshy-build/esm"
1011
}
1112
}

0 commit comments

Comments
 (0)