DEV-Website/assets/jsconfig.json
JirR02 a433334470
Some checks failed
Theme Update / update-theme (push) Has been cancelled
DEV Website V.1.0.0
2025-03-28 10:44:06 +01:00

10 lines
201 B
JSON

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