You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm importing your plugin in my sharable config and typescript complains that it cannot find the types declaration.
Of course i just "silence" it with declare module 'eslint-plugin-paths'; but it would be better if it was typed.
It basically makes it easier to consume for users like me which want to use it inside their own libraries.
Hi, since the project is already in full typescript, it should be trivial to export the types (.d.ts file) with Rollup.
The text was updated successfully, but these errors were encountered: