Ocelot-Social/webapp/jsconfig.json

23 lines
274 B
JSON

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