Ocelot-Social/webapp/jsconfig.json

20 lines
212 B
JSON

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