mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
revert solution-style typescript configs (#2184)
* revert solution-style configs * upgrade libs
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
"name": "aca-testing-shared",
|
||||
"version": "2.4.0",
|
||||
"main": "src/index.ts",
|
||||
"dependencies": {
|
||||
"tslib": "^2.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@angular/common": "^7.2.0",
|
||||
"@angular/core": "^7.2.0"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "../../out-tsc/aca-testing",
|
||||
"target": "es2015",
|
||||
|
Reference in New Issue
Block a user