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