travel-steps/summer2024-frontend/jsconfig.json
Nicolas Froger 227332e5d4
frontend: add shadcn vue, replace custom css with tailwind
Signed-off-by: Nicolas Froger <nicolas@kektus.xyz>
2024-07-22 02:25:34 +02:00

9 lines
136 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}