korhonen.cc/assets/jsconfig.json
Marko Korhonen 3128dc477e
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Update jsconfig
2024-01-27 19:06:49 +02:00

10 lines
190 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hugo-toha/toha/v4@v4.1.1/assets/*"
]
}
}
}