schuelerzeitung/assets/jsconfig.json

10 lines
204 B
JSON
Raw Permalink Normal View History

2023-10-21 20:25:30 +02:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/!cai!jimmy/hugo-theme-stack/v3@v3.21.0/assets/*"
]
}
}
}