hugo-theme-stack/assets/jsconfig.json
2022-11-26 16:39:39 +01:00

10 lines
86 B
JSON

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