Files
alfresco-ng2-components/lib/content-services/tsconfig.spec.json
Maurizio Vitale 6331979baa [ADF-4857] Be able to run ng build content-service (#5183)
* Be able to build conten with ng build content-service

* fix tslint

* The translate module is necessary

* Rollback the build commands

* Rollback

* Remove wrong imports

* Trigger the build
2019-10-24 19:23:30 +01:00

7 lines
77 B
JSON

{
"extends": "../tsconfig.spec.json",
"files": [
"src/test.ts"
]
}