From 7d36575cdaac285a706c4f2505bee0233a861805 Mon Sep 17 00:00:00 2001 From: Lit Robot Date: Tue, 18 Jul 2023 16:59:57 +0000 Subject: [PATCH] Import upstream changes (14f2a2f1cec40ed1e100a1bfeb3b44a1a36ec8a7) --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index cbdb138..41093d5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -26,7 +26,8 @@ "name": "ts-lit-plugin", "strict": true } - ] + ], + "types": ["mocha"] }, "include": ["src/**/*.ts"], "exclude": []