Skip to content

Commit

Permalink
typescript dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bconnorwhite committed Sep 27, 2023
1 parent 04db783 commit 679d52f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3125,6 +3125,7 @@ Split `children` on `""`.
- [@swc/jest](https://www.npmjs.com/package/@swc/jest): Swc integration for jest
- [eslint](https://www.npmjs.com/package/eslint): An AST-based pattern checker for JavaScript.
- [jest](https://www.npmjs.com/package/jest): Delightful JavaScript Testing.
- [typescript](https://www.npmjs.com/package/typescript): TypeScript is a language for application scale JavaScript development

<br />

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
"@swc/core": "^1.3.89",
"@swc/jest": "^0.2.29",
"eslint": "^8.50.0",
"jest": "^29.7.0"
"jest": "^29.7.0",
"typescript": "^5.2.2"
},
"eslintConfig": {
"extends": "@autossey/eslint-config"
Expand Down

0 comments on commit 679d52f

Please sign in to comment.