goeducation-site/assets/jsconfig.json
2026-03-31 10:11:40 +02:00

10 lines
No EOL
141 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"../_vendor/github.com/HugoBlox/kit/modules/blox/assets/*"
]
}
}
}