blog/assets/jsconfig.json

10 lines
108 B
JSON
Raw Normal View History

2022-12-01 12:47:03 +00:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"../themes/DoIt/assets/*"
]
}
}
}