From f86cd7a09e719fa3e3a360a6fa2eee1ac8d15310 Mon Sep 17 00:00:00 2001 From: Patrick Ear Date: Wed, 20 Nov 2024 21:45:22 +0100 Subject: [PATCH] fix react table custom type not detected --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 7c09d7c6f..24304ac75 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -74,6 +74,6 @@ "skipLibCheck": true /* Skip type checking of declaration files. */, "resolveJsonModule": true, "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */, - "types": ["@scality/core-ui/types/styled.d.ts"] + "types": ["@scality/core-ui/types/styled.d.ts", "@scality/core-ui/dist/components/tablev2/react-table-config.d.ts"] } }