cuaac-website/assets/jsconfig.json

10 lines
126 B
JSON
Raw Normal View History

2024-03-01 01:59:00 +00:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"../themes/hugo-theme-stack-stars/assets/*"
]
}
}
}