Ocelot-Social/webapp/jsconfig.json

11 lines
125 B
JSON

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