{ "typescript.tsdk": "node_modules/typescript/lib", "editor.formatOnSave": true, "editor.codeActionsOnSave": { "quickfix.biome": true, "source.organizeImports.biome": true }, "typescript.preferences.importModuleSpecifier": "non-relative", "spellright.language": ["en"], "spellright.documentTypes": ["markdown", "typescript", "typescriptreact"], "tailwindCSS.experimental.classRegex": [ [ "cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]" ] ], // "eslint.workingDirectories": [ // { "mode": "auto" } // ], }