I'm trying to build a library using nestjs using their documentation: https://docs.nestjs.com/cli/libraries
But I'm facing this error while building the library using this command: nest build my-library
Can't resolve 'ts-loader' in '/Users/shubham/Projects/nestjs-library'
Documentation | NestJS - A progressive Node.js framework
Nest is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with TypeScript and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).