hugo-theme-stack/assets/jsconfig.json
2021-07-23 11:17:48 +02:00

11 lines
142 B
JSON

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