Ocelot-Social/webapp/jsconfig.json

23 lines
284 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"~/*": [
"*"
],
"~*": [
"*"
],
"~@": [
"*"
],
"@": [
"*"
],
"@@/*": [
"../styleguide/dist/system.umd.min.js"
],
}
}
}