hugo-theme-stack/assets/jsconfig.json
Bharat Singh Bhadwal c024fa653a chore: initial customisation changes
Change settings, theme, text to make it blog ready
2025-04-19 17:47:26 +05:30

10 lines
86 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"*"
]
}
}
}