We are using typescript in a project to compile to javascript, the only addition is jquery. I've installed gridjs using npm and am trying to use it to generate a table with this example: https://daily.dev/blog/create-next-gen-html-tables-with-grid-js Unfortunately I get a 404, it tried to find the path .../js/node_modules/gridjs.js which does not exist. Am I doing something wrong? Is it a bug, or is it supposed to behave this way?