mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
* initial project scaffold * visibility rules placeholders * custom scope for rules evaluators * unit tests and minor improvements * update e2e * add write permission check * update e2e * update e2e * enable the env variable * fix tests * update e2e * fix e2e
11 lines
230 B
JSON
11 lines
230 B
JSON
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
{
|
|
"extends": "./tsconfig.lib.json",
|
|
"compilerOptions": {
|
|
"declarationMap": false
|
|
},
|
|
"angularCompilerOptions": {
|
|
"enableIvy": false
|
|
}
|
|
}
|