From 1db2668a96208046ffe316114f65d432e57db994 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 6 Feb 2025 14:55:57 +0000 Subject: Improved service handle validation logic (#7657) * fix validation logic for 3p pdses * fix bad import * add service handle validation test --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 1c5e27eec..001b5247e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "compilerOptions": { "jsx": "react-jsx", "module": "esnext", - "types": ["node"], + "types": ["node", "jest"], "paths": { "#/*": ["./src/*"], "lib/*": ["./src/lib/*"], -- cgit 1.4.1