Skip to content

Commit

Permalink
tap 18, build with tshy
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Sep 25, 2023
1 parent 24ac69b commit 5739c76
Show file tree
Hide file tree
Showing 49 changed files with 4,395 additions and 5,331 deletions.
9 changes: 9 additions & 0 deletions .tshy/build.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"rootDir": "../src",
"target": "es2022",
"module": "nodenext",
"moduleResolution": "nodenext"
}
}
14 changes: 14 additions & 0 deletions .tshy/commonjs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"extends": "./build.json",
"include": [
"../src/**/*.ts",
"../src/**/*.cts",
"../src/**/*.tsx"
],
"exclude": [
".../src/**/*.mts"
],
"compilerOptions": {
"outDir": "../.tshy-build-tmp/commonjs"
}
}
11 changes: 11 additions & 0 deletions .tshy/esm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"extends": "./build.json",
"include": [
"../src/**/*.ts",
"../src/**/*.mts",
"../src/**/*.tsx"
],
"compilerOptions": {
"outDir": "../.tshy-build-tmp/esm"
}
}
17 changes: 0 additions & 17 deletions fixup.sh

This file was deleted.

Loading

0 comments on commit 5739c76

Please sign in to comment.