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/"]