index.d.ts file has an error since request is not a dependency anymore. Should I have to install @types/request individually when I use TS? I think just move @types/request from devDependencies to dependencies can solve this problem, but if there is any other solution, it would be okay. I want to use without any other @types/request install commands in CI/CD.
index.d.ts file has an error since request is not a dependency anymore. Should I have to install @types/request individually when I use TS? I think just move @types/request from devDependencies to dependencies can solve this problem, but if there is any other solution, it would be okay. I want to use without any other @types/request install commands in CI/CD.