I want to use the same type in multiple files. Should I write this type in the declaration file?
I wrote a typescript project and import it into another project. How to get it's type information?
typescript project package.json
typescript project main js file
another project which cannot get information