mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
fix project mapping for testing shared lib (#2977)
* fix project mapping for testing shared lib * fix path mappings
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"types": ["jasmine", "jasminewd2", "node"],
|
||||
"skipLibCheck": true,
|
||||
"paths": {
|
||||
"@alfresco/aca-testing-shared": ["../projects/aca-testing-shared"]
|
||||
"@alfresco/aca-testing-shared": ["../projects/aca-testing-shared/src/index.ts"]
|
||||
}
|
||||
},
|
||||
"exclude": ["node_modules"]
|
||||
|
@@ -8,7 +8,7 @@
|
||||
"types": ["jasmine", "jasminewd2", "node"],
|
||||
"skipLibCheck": true,
|
||||
"paths": {
|
||||
"@alfresco/aca-testing-shared": ["../projects/aca-testing-shared"]
|
||||
"@alfresco/aca-testing-shared": ["../projects/aca-testing-shared/src/index.ts"]
|
||||
}
|
||||
},
|
||||
"exclude": ["node_modules"]
|
||||
|
Reference in New Issue
Block a user