jsconfig
This commit is contained in:
@@ -26,7 +26,9 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
define('views/main', ['view'], function (Dep) {
|
||||
define('views/main', ['view', 'helpers/test'], function (Dep, Test) {
|
||||
|
||||
Test.
|
||||
|
||||
return Dep.extend({
|
||||
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": "client",
|
||||
"paths": {
|
||||
"*": ["src/*"],
|
||||
"crm:*": ["modules/crm/src/*"]
|
||||
},
|
||||
"module": "AMD"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user