<img width="882" alt="image" src="https://github.com/TonyGermaneri/canvas-datagrid/assets/5905676/9108834e-37aa-46ae-833d-57614413b1c2"> ### Expected behavior and actual behavior. typescript project can read types correctly ### Steps to reproduce the problem. In any ts project, yarn add canvas-datagrid && import canvasDatagrid from 'canvas-datagrid' show the error ### Specifications like the version of the project, operating system, or hardware. -- ### The way I tried locally When I edit `node_modules/canvas-datagrid/dist/types.d.ts` file with add `export = canvasDatagrid;`, vscode can read the type definition correctly