hugo-theme-stack/assets/jsconfig.json
2023-08-14 15:03:05 +08:00

10 lines
86 B
JSON

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