ComfyTechCorner/assets/jsconfig.json
2023-10-19 00:37:00 +02:00

10 lines
No EOL
207 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"../../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/!cai!jimmy/hugo-theme-stack/v3@v3.21.0/assets/*"
]
}
}
}