hugoWebsite/assets/jsconfig.json

10 lines
233 B
JSON
Raw Normal View History

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
2023-06-08 16:13:49 +02:00
"../../../../../../../tmp/hugo_cache/modules/filecache/modules/pkg/mod/github.com/gohugoio/hugo-mod-jslibs-dist/alpinejs/v3@v3.21000.20300/packages/*"
]
}
}
}