hugo-theme-stack/assets/jsconfig.json
2021-05-08 04:49:12 +07:00

10 lines
86 B
JSON

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