Skip to content

Commit

Permalink
chore: finish, finally
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Oct 8, 2024
1 parent 5ba916e commit 93e2aa2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/typescript-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"assert": "^2.0.0",
"eslint": "^9.12.0",
"mocha": "latest",
"tslint": "^6.1.3",
"typescript": "^4.9.5",
"typescript-eslint": "^8.8.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Tests here are kept next to their code (not in a separate dir). This was done to
## Commands

- `npm run compile` - compile the ES6 Typescript into the `/lib` directory
- `npm run lint` - run the Typescript linter using the `tslint.json` config file.
- `npm run lint` - run ESLint with typescript-eslint
- `npm test` - run the tests using the local `.mocharc.json` config file. As the config includes the Typescript transpilation hook `ts-node/register` it does not require pre-compilation before running.

## ES Modules
Expand Down

0 comments on commit 93e2aa2

Please sign in to comment.