From bcf2139fe7a5174e977385132218e0f4e1fcd44f Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Wed, 17 Aug 2022 12:33:37 -0400 Subject: [PATCH] fix types --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f526b2628..0b579ebe7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -28,7 +28,8 @@ "useUnknownInCatchVariables": true, "baseUrl": ".", "types": [ - "./node_modules/user-agent-data-types" + "mocha", + "user-agent-data-types" ] }, "include": [