Files
joshuafhiggins.github.io/assets/jsconfig.json
2023-11-25 23:04:28 -05:00

10 lines
120 B
JSON

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