Files
website/assets/jsconfig.json
Simon Gardling 032679b34a setup
2023-10-11 17:38:05 -04:00

10 lines
125 B
JSON

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