korhonen.cc/assets/jsconfig.json

10 lines
190 B
JSON
Raw Normal View History

{
2024-01-27 19:06:49 +02:00
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hugo-toha/toha/v4@v4.1.1/assets/*"
]
}
}
}