From 66ec0f7be84b959c8722c04584aa8bb7450636ca Mon Sep 17 00:00:00 2001 From: thewbuk <57405495+thewbuk@users.noreply.github.com> Date: Fri, 2 Aug 2024 15:31:46 +0100 Subject: [PATCH] fix tsc --- packages/toolkit/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/toolkit/tsconfig.json b/packages/toolkit/tsconfig.json index 3fcde56546..095d329bf8 100644 --- a/packages/toolkit/tsconfig.json +++ b/packages/toolkit/tsconfig.json @@ -6,6 +6,7 @@ // We need to specify this for tsup to correctly cast the jsx runtime "jsx": "react-jsx", "outDir": "dist", + "rootDir": "src", }, "include": ["**/*.ts", "**/*.tsx"], "exclude": [