From ed03c5d1aeeb04f4694a1c33d6694ed1713acc54 Mon Sep 17 00:00:00 2001 From: Robbie Coomber Date: Sun, 27 Aug 2023 21:21:38 +0100 Subject: [PATCH] Remove "types" field for tsconfig, so that all @types are included --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index b45b3944..d701ce13 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,7 +17,6 @@ "baseUrl": "./", // this must be specified if "paths" is specified. "rootDir": "./", "lib": ["ES2015", "ES2022.Error"], - "types": ["node", "jest"], "jsx": "react" }, "exclude": ["**/dist/**", "node_modules", "dist", "**/*.spec.*"]