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": {
"*": [
2024-04-04 19:16:40 +03:00
"../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hugo-toha/toha/v4@v4.4.0/assets/*"
2024-01-27 19:06:49 +02:00
]
}
}
}