space-engineers-thrust-calc.../components.json

14 lines
275 B
JSON
Raw Permalink Normal View History

2024-05-19 22:31:58 +00:00
{
"$schema": "https://shadcn-svelte.com/schema.json",
"style": "new-york",
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app.css",
"baseColor": "slate"
},
"aliases": {
"components": "$lib/components",
"utils": "$lib/utils"
},
"typescript": true
}