blog/assets/jsconfig.json
2025-02-12 19:15:28 +08:00

10 lines
131 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"..\\themes\\hugo-theme-stack-master\\assets\\*"
]
}
}
}