diff options
| author | Yuval Adam <_@yuv.al> | 2022-08-29 10:16:07 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2022-08-29 10:16:55 +0300 |
| commit | 5e346930cb9e0672e15fbda4621a9b72e8b072e4 (patch) | |
| tree | f78cb35d21ed638b653d12acd69eb8bc649afe9f /package.json | |
| parent | 04380730738b9b3af6be94c0b3a582f35f01f4d9 (diff) | |
Add support for typescript
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json index 516d8a2..4440ad6 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,10 @@ "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.3.0", "@testing-library/user-event": "^13.5.0", + "@types/jest": "^27.5.2", + "@types/node": "^16.11.56", + "@types/react": "^18.0.17", + "@types/react-dom": "^18.0.6", "axios": "^0.27.2", "luxon": "^3.0.2", "mapbox-gl": "^2.10.0", @@ -19,7 +23,8 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^5.1.2", - "react-scripts": "5.0.1" + "react-scripts": "5.0.1", + "typescript": "^4.8.2" }, "scripts": { "start": "react-scripts start", |
