blog/assets/jsconfig.json

10 lines
120 B
JSON
Raw Normal View History

2024-11-03 20:08:36 +03:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"../themes/hugo-theme-stack/assets/*"
]
}
}
}