Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
close: #65
close: #66
  • Loading branch information
isaacs committed Feb 24, 2025
1 parent f2e72ff commit 400dccc
Show file tree
Hide file tree
Showing 4 changed files with 1,572 additions and 1,904 deletions.
6 changes: 4 additions & 2 deletions .tshy/commonjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
"include": [
"../src/**/*.ts",
"../src/**/*.cts",
"../src/**/*.tsx"
"../src/**/*.tsx",
"../src/**/*.json"
],
"exclude": [
"../src/**/*.mts"
"../src/**/*.mts",
"../src/package.json"
],
"compilerOptions": {
"outDir": "../.tshy-build/commonjs"
Expand Down
7 changes: 5 additions & 2 deletions .tshy/esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
"include": [
"../src/**/*.ts",
"../src/**/*.mts",
"../src/**/*.tsx"
"../src/**/*.tsx",
"../src/**/*.json"
],
"exclude": [
"../src/package.json"
],
"exclude": [],
"compilerOptions": {
"outDir": "../.tshy-build/esm"
}
Expand Down
Loading

0 comments on commit 400dccc

Please sign in to comment.