mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Explicitely support React out of the box
This commit is contained in:
parent
ca7cc26df5
commit
4e0b798031
7 changed files with 63 additions and 10 deletions
|
|
@ -41,7 +41,7 @@
|
|||
"!dist/tsconfig.tsbuildinfo"
|
||||
],
|
||||
"keywords": [],
|
||||
"homepage": "https://github.com/#{USER_OR_ORG}#/#{REPO_NAME}#",
|
||||
"homepage": "https://github.com/garronej/update-ts-ci",
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.2.1",
|
||||
"typescript": "^5.0.4",
|
||||
|
|
@ -52,6 +52,8 @@
|
|||
"husky": "^4.3.8",
|
||||
"lint-staged": "^11.1.1",
|
||||
"prettier": "^2.8.8",
|
||||
"ts-node": "^10.9.1"
|
||||
"ts-node": "^10.9.1",
|
||||
"react": "^18.2.0",
|
||||
"@types/react": "^18.2.6"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue