Jeff Hansen
Jeff Hansen
I suppose a check for any `*.d.ts` will do in the files array.
I would prefer not having to check node modules, currently everything works off of the package defs.
Just so I understand the issue, you want the presence of `index.d.ts` in the `files` array to prevent the lookup of a `@types/` variant, similar to the presence of a...
You're not wrong 😅 I never thought about it because it hasn't happened to me yet.
I've been meaning to swap out axios for `[npm-registry-fetch](https://github.com/npm/npm-registry-fetch)` which I believe may include retries, but not sure. I haven't had time to work on OSS for a while though.
I agree on checking if a package is deprecated. I believe if a package contains a typings property in the package.json then typesync won’t install packages for it by default,...
I think a simpler solution is to provide a starting typesync config file that ignores a few high profile tools like babel and eslint.
I didn’t even realize one could do that this way 😄 A blurb in the readme for ignoring tool packages makes sense.
It looks like the [`Puccinier`](https://github.com/catppuccin/toolbox#%EF%B8%8F-puccinier) tool from the [`catppuccin/toolbox`](https://github.com/catppuccin/toolbox) repo can help with the palette generation. Super excited for this, the Latte theme is my favorite!
Awesome!