From 28d7be1116a988f4d3395396ed069c76f09eb584 Mon Sep 17 00:00:00 2001 From: r3dDoX <1119248+r3dDoX@users.noreply.github.com> Date: Thu, 26 Sep 2024 13:26:23 +0200 Subject: [PATCH] try explicitly specifying typeroot --- tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index e4cb6a3..3e0ba0a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,7 +17,10 @@ "noFallthroughCasesInSwitch": false, "baseUrl": "./", "outDir": "./dist", - "declaration": true + "declaration": true, + "typeRoots": [ + "./node_modules/@types" + ] }, "include": [ "src"