cuaac-website/assets/jsconfig.json
2024-02-29 20:59:00 -05:00

10 lines
No EOL
126 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"../themes/hugo-theme-stack-stars/assets/*"
]
}
}
}