-
Task
-
Resolution: Done
-
Blocker
-
1.9.0
-
None
After switching from "marketplace" to "extensions" and updating to BS 1.45, we have this TSC error:
plugins/catalog-backend-module-extensions/src/utils/file-utils.test.ts:18:18 - error TS7016: Could not find a declaration file for module 'js-yaml'. '/var/workdir/source/workspaces/extensions/node_modules/js-yaml/index.js' implicitly has an 'any' type. Try `npm i --save-dev @types/js-yaml` if it exists or add a new declaration (.d.ts) file containing `declare module 'js-yaml';` 18 import yaml from 'js-yaml'; ~~~~~~~~~ plugins/catalog-backend-module-extensions/src/utils/file-utils.ts:19:18 - error TS7016: Could not find a declaration file for module 'js-yaml'. '/var/workdir/source/workspaces/extensions/node_modules/js-yaml/index.js' implicitly has an 'any' type. Try `npm i --save-dev @types/js-yaml` if it exists or add a new declaration (.d.ts) file containing `declare module 'js-yaml';` 19 import yaml from 'js-yaml';