ComfyTechCorner/assets/jsconfig.json

10 lines
204 B
JSON
Raw Permalink Normal View History

2023-10-19 00:37:00 +02:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
2024-05-07 21:42:53 +02:00
"../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/!cai!jimmy/hugo-theme-stack/v3@v3.26.0/assets/*"
2023-10-19 00:37:00 +02:00
]
}
}
}