goshorly/frontend/jsconfig.json
Phil f8c2300b19
All checks were successful
ci/woodpecker/pr/0-pre Pipeline was successful
ci/woodpecker/pr/1-build-check Pipeline was successful
[FRONTEND] Added boilerplate with daisyui / tailwijndcss
2025-04-09 20:32:39 +02:00

8 lines
116 B
JSON

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