Attempting to incorporate a bootstrap-slider onto my webpage using a TypeScript-based Vue backend within an ASP.NET Core framework. Utilizing the standard Vue.js template with TypeScript in ASP.NET Core.
Have added the bootstrap-slider types via
npm install --save @types/bootstrap-slider
but encountering an issue when trying to
import { Slider } from 'bootstrap-slider';
resulting in the error
ERROR in [at-loader] ./ClientApp/components/mycomponent/mycomponent.ts:3:24 TS2306: File '~~redacted~~/node_modules/@types/bootstrap-slider/index.d.ts' is not a module.