From 6269ed2281941351ac440454c9e676e0f937ea6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20B=C3=B8ving?= Date: Sat, 17 Feb 2024 10:18:54 +0100 Subject: [PATCH] Add `@types/node` package --- frontend/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 40eff060e..df0fff5a8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -28,6 +28,7 @@ "@tailwindcss/line-clamp": "^0.4.4", "@tailwindcss/typography": "^0.5.10", "@types/file-saver": "^2.0.7", + "@types/node": "^20.11.19", "@typescript-eslint/eslint-plugin": "^6.14.0", "@typescript-eslint/parser": "^6.14.0", "autoprefixer": "^10.4.16", @@ -60,4 +61,4 @@ "tailwind-merge": "^2.1.0", "ts-pattern": "^5.0.6" } -} \ No newline at end of file +}