Skip to content

Commit

Permalink
Exclude symlinks to directories with follow+nodir
Browse files Browse the repository at this point in the history
fix: #579
  • Loading branch information
isaacs committed Mar 28, 2024
1 parent 97611cd commit ea7cf5f
Show file tree
Hide file tree
Showing 7 changed files with 830 additions and 1,044 deletions.
4 changes: 2 additions & 2 deletions .tshy/commonjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"../src/**/*.tsx"
],
"exclude": [
".../src/**/*.mts"
"../src/**/*.mts"
],
"compilerOptions": {
"outDir": "../.tshy-build-tmp/commonjs"
"outDir": "../.tshy-build/commonjs"
}
}
3 changes: 2 additions & 1 deletion .tshy/esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"../src/**/*.mts",
"../src/**/*.tsx"
],
"exclude": [],
"compilerOptions": {
"outDir": "../.tshy-build-tmp/esm"
"outDir": "../.tshy-build/esm"
}
}
Loading

0 comments on commit ea7cf5f

Please sign in to comment.