From 26a308d8c692de2c8d5b4214f8b8fc66b312f61c Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Mon, 20 Feb 2023 16:25:17 +0000 Subject: [PATCH] Add typeRoots to try and appease CI --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index f8ef235..3d5d02a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,6 +9,7 @@ "outDir": "./lib", "rootDir": ".", "declaration": true, + "typeRoots": ["src/@types", "node_modules/@types"], "lib": ["es2019", "dom"], "types": ["jest", "node"], "strict": true