Skip to content

Commit

Permalink
restore support for node 14.latest and 16.latest
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jul 8, 2024
1 parent c14b787 commit d06c8f8
Show file tree
Hide file tree
Showing 4 changed files with 307 additions and 378 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 d06c8f8

Please sign in to comment.