From aac98b36432ce377b711574f688d17a2dc38cf81 Mon Sep 17 00:00:00 2001 From: JJL772 Date: Wed, 25 Dec 2024 20:46:38 -0800 Subject: [PATCH] meta: update tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 998022c..1dfe10c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,7 @@ "allowJs": true, "strict": true, "noImplicitAny": false, - "typeRoots": ["./scripts/types/"], + "typeRoots": ["./scripts/types", "./scripts"], "types": ["p2ce"] }, "include": ["scripts/"]