{
    "folders": [
        {
            "path": "./"
        }
    ],
    "extensions": {
        "recommendations": [
            "dbaeumer.vscode-eslint",
            "bmewburn.vscode-intelephense-client",
            "bradlc.vscode-tailwindcss",
            "editorconfig.editorconfig"
        ],
    },
    "settings": {
        "editor.formatOnSave": true,
        "editor.tabSize": 4,
        "tailwindCSS.includeLanguages": {
            "typescriptreact": "html",
            "javascriptreact": "html"
        }
    }
}
