Files
blog/assets/jsconfig.json
2025-05-06 13:26:25 -03:00

10 lines
120 B
JSON

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