Home

tailwind-ctp-intellisense @b21c42e6389873d2b74827203ad7fcea4d041767 - refs - log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind intellisense + Catppuccin
tailwind-ctp-intellisense / tsconfig.json
- raw -
1
2
3
4
5
6
7
8
{
  "compilerOptions": {
    "target": "es2015",
    "moduleResolution": "node"
  },
  "include": ["src/**/*"],
  "exclude": ["node_modules", "**/*.spec.ts"]
}