Closed suzalflueck closed 1 year ago
Not all NPM modules include a typescript declaration file which causes a build error. We can fix this by simply declaring it in our own project, so I created an index.d.ts where I added the module declaration.
Kudos, SonarCloud Quality Gate passed!
0 Bugs 0 Vulnerabilities 0 Security Hotspots 0 Code Smells
No Coverage information No Duplication information
Not all NPM modules include a typescript declaration file which causes a build error. We can fix this by simply declaring it in our own project, so I created an index.d.ts where I added the module declaration.