Files
alfresco-content-app/e2e/tsconfig.e2e.adf.json
Denys Vuika 479e25d7bc fix project mapping for testing shared lib (#2977)
* fix project mapping for testing shared lib

* fix path mappings
2023-02-11 00:47:16 +00:00

16 lines
383 B
JSON

{
"extends": "../tsconfig.adf.json",
"compilerOptions": {
"outDir": "../out-tsc/e2e",
"baseUrl": "./",
"module": "commonjs",
"target": "es2017",
"types": ["jasmine", "jasminewd2", "node"],
"skipLibCheck": true,
"paths": {
"@alfresco/aca-testing-shared": ["../projects/aca-testing-shared/src/index.ts"]
}
},
"exclude": ["node_modules"]
}