cerner / terra-toolkit

Terra Toolkit is a monorepo that contains utility modules for use when developing using Terra components
https://engineering.cerner.com/terra-toolkit
Apache License 2.0
32 stars 37 forks source link

[duplicate-package-checker-webpack-plugin] add TypeScript typings #724

Closed lagunovsky closed 2 years ago

lagunovsky commented 2 years ago

Summary

This PR adds TypeScript typings

benbcai commented 2 years ago

@lagunovsky Packages in terra-toolkit and in our other mono repos do not fully support TypeScript and are not ready to do so. The duplicate-package-checker-webpack-plugin package is a clone from https://github.com/darrenscerri/duplicate-package-checker-webpack-plugin. If you need TypeScript, I suggest to reach out to the maintainers of the original package.

lagunovsky commented 2 years ago

I find this strange because if you don't use TypeScript, the .d.ts file doesn't affect anything.

The original repository has been out of support for a long time.

Okay, I'll have to create my own 🙂