From b7fdac0ff3eed7f3ab412c6b26b03d6db33564a3 Mon Sep 17 00:00:00 2001 From: kainpets Date: Thu, 2 Nov 2023 21:41:58 +0100 Subject: [PATCH] add path to tsconfig for typechecking workflow --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 91d120cb..4db56273 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "doc": "docs" }, "scripts": { - "typecheck": "tsc --noEmit" + "typecheck": "tsc --noEmit -p ./doc-snippet-bot/tsconfig.json" }, "keywords": [], "author": "",