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

10 lines
109 B
JSON

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