Move to Typescript.
This commit is contained in:
parent
34618860a4
commit
ac964ddd3f
16 changed files with 482 additions and 119 deletions
|
|
@ -1,7 +1,12 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"@types/jest": "^29.5.0",
|
||||
"@types/node": "^18.15.11",
|
||||
"@types/react": "^18.0.35",
|
||||
"@types/react-dom": "^18.0.11",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0"
|
||||
"react-dom": "^18.0.0",
|
||||
"typescript": "^5.0.4"
|
||||
},
|
||||
"main": "/index.js",
|
||||
"homepage": ".",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue