Ocelot-Social/webapp/jsconfig.json
Wolfgang Huß e58efb1ce0
refactor(webapp): refactor branding diverse v2 (#8427)
* Set new 'config.resolve.alias'

* Set new alias 'compilerOptions.paths'
2025-04-23 13:56:17 +02:00

23 lines
251 B
JSON

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