korhonen.cc/assets/jsconfig.json
Marko Korhonen 9fab21384d
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Fix syntax highlighting, static dir and add back header template
2024-01-27 18:36:05 +02:00

11 lines
213 B
JSON

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