welcome/assets/jsconfig.json
vincent 60a7d2bb1d
Some checks failed
continuous-integration/drone/push Build is failing
deps: update toha
2024-01-10 20:38:42 +01:00

10 lines
218 B
JSON

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