https://git.jolheiser.com/tailwind-ctp-intellisense.git
1 2 3 4 5 6 7
import _getModuleDependencies from 'tailwindcss/lib/lib/getModuleDependencies' export function getModuleDependencies(modulePath: string): string[] { return _getModuleDependencies(modulePath) .map(({ file }) => file) .filter((file) => file !== modulePath) }