hugo-theme-stack/assets/jsconfig.json
2021-07-23 09:37:31 +00:00

10 lines
141 B
JSON

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