Skip to content

Commit

Permalink
fix react table custom type not detected
Browse files Browse the repository at this point in the history
  • Loading branch information
MonPote committed Nov 20, 2024
1 parent f18619f commit f86cd7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
}

0 comments on commit f86cd7a

Please sign in to comment.