mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
16 lines
370 B
JSON
16 lines
370 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"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|