Ocelot-Social/webapp/jsconfig.json
Hannes Heine fb0b29e589
Update webapp/jsconfig.json
Co-authored-by: mahula <lenzmath@posteo.de>
2023-08-04 07:10:15 +02:00

10 lines
108 B
JSON

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