Blog/assets/jsconfig.json
Vezpi 0b5d653420
Some checks failed
Deploy / Deploy (push) Failing after 5s
Remove public, private and bin folders
2025-05-07 21:54:44 +02:00

10 lines
109 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"../themes/stack/assets/*"
]
}
}
}