Ocelot-Social/webapp/jsconfig.json

13 lines
146 B
JSON

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