alt-text-frontend/jsconfig.json

8 lines
73 B
JSON

{
"compilerOptions": {
"paths": {
"~/*": ["./*"]
}
}
}