Files
hugo-blog/assets/jsconfig.json
2025-08-21 09:42:37 +00:00

10 lines
125 B
JSON

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