might fix fixes #5 (tested it) declaration issue. main.d.ts is located under dist/src in my case of the module: vite-plugin-scope-tailwind.
Current error message when importing:
Could not find a declaration file for module 'vite-plugin-scope-tailwind'. '/..../node_modules/vite-plugin-scope-tailwind/dist/cjs/index.cjs' implicitly has an 'any' type.
might fixfixes #5 (tested it) declaration issue.main.d.ts
is located under dist/src in my case of the module:vite-plugin-scope-tailwind
.Current error message when importing:
Could not find a declaration file for module 'vite-plugin-scope-tailwind'. '/..../node_modules/vite-plugin-scope-tailwind/dist/cjs/index.cjs' implicitly has an 'any' type.