Skip to content

Commit

Permalink
Move from tsm to tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Mar 2, 2024
1 parent 4c91fd8 commit 2097168
Show file tree
Hide file tree
Showing 2 changed files with 238 additions and 217 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"scripts": {
"lint": "eslint *.js test/*.js",
"unit": "tsm node_modules/uvu/bin.js . 'test/[^/]+\\.test\\.js$'",
"unit": "tsx node_modules/uvu/bin.js . 'test/[^/]+\\.test\\.js$'",
"schema": "ts-json-schema-generator --path types.d.ts --type Config --no-type-check --out schema.json",
"prepare": "yarn schema",
"test": "yarn unit && yarn lint"
Expand All @@ -42,7 +42,7 @@
"eslint-plugin-prefer-let": "^3.0.1",
"eslint-plugin-promise": "^6.1.1",
"ts-json-schema-generator": "^1.5.0",
"tsm": "^2.3.0",
"tsx": "^4.7.1",
"uvu": "^0.5.6"
}
}
Loading

0 comments on commit 2097168

Please sign in to comment.