mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
* [ACS-4539] Make ms-office as secondary point of aca-content * [ACA-4539] Fix tsconfig path * [ACS-4539] Run ms-office unit tests as part of aca-content
17 lines
232 B
JSON
17 lines
232 B
JSON
{
|
|
"extends": "../../tsconfig.adf.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../out-tsc/spec",
|
|
"types": [
|
|
"jasmine"
|
|
]
|
|
},
|
|
"files": [
|
|
"test.ts"
|
|
],
|
|
"include": [
|
|
"**/*.spec.ts",
|
|
"**/*.d.ts"
|
|
]
|
|
}
|