bizihive/jsconfig.json
2022-03-12 12:52:12 +01:00

9 lines
166 B
JSON

{
"compilerOptions": {
"baseUrl": "src",
"paths": {
"components/*": ["./common/components/*"],
"services/*": ["./common/services/*"]
}
}
}