From 5e346930cb9e0672e15fbda4621a9b72e8b072e4 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 29 Aug 2022 10:16:07 +0300 Subject: Add support for typescript --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'package.json') 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", -- cgit v1.3.1