bcgov / EDUC-SDCI

School and District Contact Information application
Apache License 2.0
0 stars 0 forks source link

fix build error caused by missing type declaration in npm module #49

Closed suzalflueck closed 1 year ago

suzalflueck commented 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.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information