This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/jsconfig.json
T
Yuri Kuznetsov 8c7bce4244 jsconfig
2022-06-12 22:16:11 +03:00

11 lines
189 B
JSON

{
"compilerOptions": {
"baseUrl": "client",
"paths": {
"*": ["src/*"],
"crm:*": ["modules/crm/src/*"]
},
"module": "AMD"
}
}