tauri-app/ui.config.json
2024-02-11 18:12:40 +01:00

11 lines
No EOL
180 B
JSON

{
"tsx": true,
"componentDir": "./src/components/ui",
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/index.css"
},
"aliases": {
"path": "@/*"
}
}