From 9b3592625e7a750864e31296f2f78df650d38d58 Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Thu, 22 Aug 2024 22:39:42 +0100 Subject: [PATCH] [MIGRATION] - Somehow the fix for the cli types got lost --- lib/cli/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/tsconfig.json b/lib/cli/tsconfig.json index 77703f589a..0bb5bfa9e3 100644 --- a/lib/cli/tsconfig.json +++ b/lib/cli/tsconfig.json @@ -19,7 +19,7 @@ "target": "es2018", "lib": ["es2018", "dom"], "baseUrl": ".", - "typeRoots": ["node_modules/@types"], + "typeRoots": ["node_modules/@types", "../../node_modules/@types"], "types": ["node"], "paths": { "@alfresco/js-api": ["../../dist/libs/js-api"],