Files
joshuafhiggins.github.io/assets/jsconfig.json
2024-03-09 16:49:44 -05:00

10 lines
124 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"..\\themes\\hugo-theme-stack\\assets\\*"
]
}
}
}