mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
12 lines
217 B
JSON
12 lines
217 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "client",
|
|
"paths": {
|
|
"*": ["src/*"],
|
|
"crm:*": ["modules/crm/src/*"]
|
|
},
|
|
"module": "AMD",
|
|
"target": "ES2018"
|
|
}
|
|
}
|