Home

tailwind-ctp-intellisense @0e2bc796fd6d7f1707f7832af46281cc8b0da325 - 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
9
{
  "compilerOptions": {
    "target": "es2015",
    "moduleResolution": "node",
    "types": ["node"]
  },
  "include": ["src/**/*"],
  "exclude": ["node_modules", "**/*.spec.ts"]
}