From ac4b8eeafee55aec1969498f48d7a9fb4fc749d5 Mon Sep 17 00:00:00 2001 From: Rush Kapoor Date: Tue, 5 Aug 2025 16:17:25 -0700 Subject: [PATCH] Fix tsconfig.json IDE errors --- pkg/sbombastic-image-vulnerability-scanner/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/sbombastic-image-vulnerability-scanner/tsconfig.json b/pkg/sbombastic-image-vulnerability-scanner/tsconfig.json index cdc20cc..ac45a6e 100644 --- a/pkg/sbombastic-image-vulnerability-scanner/tsconfig.json +++ b/pkg/sbombastic-image-vulnerability-scanner/tsconfig.json @@ -15,6 +15,7 @@ "preserveSymlinks": true, "typeRoots": [ "../../node_modules", + "../../node_modules/@types", "../../node_modules/@rancher/shell/types", "./types" ],