mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
* [ACS-8688] export playwright shared lib * [ACS-8688] changes name * [ACS-8688] changes name * [ACS-8688] add lint file and fix lint issue * [ACS-8688] test fix * added ng package file
10 lines
163 B
JSON
10 lines
163 B
JSON
{
|
|
"extends": "./tsconfig.lib.json",
|
|
"compilerOptions": {
|
|
"declarationMap": false
|
|
},
|
|
"angularCompilerOptions": {
|
|
"compilationMode": "partial"
|
|
}
|
|
}
|