I'm having trouble building ngx datatable, I'm running typescript version 2.5.3 (verified with tsc -version) and I have ngx-datatable version 10.2.3. I've been building the project from inside visual studio and I can see the build command is tsc -P '../tsconfig.json' which seems proper, but when I build ngx-datatable and recompile my angular 4 project which has ngx-datatable as a dependency, I get the following error:
zone.js:2622 GET http://localhost:4200/datatable.component.scss 404 (Not Found)
I've tried renaming the styleUrl inside the datable.component.js file to no avail, am I building this project improperly or is this a bug with the current release?