From 40f57f4effe77caaff965cddaec0a1cfb48a4141 Mon Sep 17 00:00:00 2001 From: CI Date: Mon, 11 Aug 2025 20:06:10 +0200 Subject: [PATCH] chore: add node types --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 57450dc..744a88e 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,7 @@ "@testing-library/jest-dom": "^5.13.0", "@testing-library/react": "^16.3.0", "@types/jest": "^27.0.3", + "@types/node": "^18.17.0", "@types/offscreencanvas": "^2019.6.4", "@types/react": "^18.0.0", "@types/testing-library__jest-dom": "^5.9.5", @@ -76,4 +77,4 @@ "typescript": "^4.5.4", "watch": "^1.0.2" } -} \ No newline at end of file +}