From a12cbe2b4009ef7e5fcf1666bb576f85352d431d Mon Sep 17 00:00:00 2001 From: RRosio Date: Fri, 14 Feb 2025 23:17:09 -0800 Subject: [PATCH] add node types for testing --- tsconfig.test.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.test.json b/tsconfig.test.json index 1de37fd..1c39451 100644 --- a/tsconfig.test.json +++ b/tsconfig.test.json @@ -1,6 +1,6 @@ { "extends": "./tsconfig", "compilerOptions": { - "types": ["jest"] + "types": ["jest", "node"] } }