mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[MIGRATION] - Problem on cli when used - probably misconfiguration
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"description": "Alfresco ADF cli and utils",
|
||||
"version": "6.9.0",
|
||||
"author": "Hyland Software, Inc. and its affiliates",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"adf-cli": "bin/adf-cli",
|
||||
"adf": "bin/adf-cli"
|
||||
|
@@ -16,7 +16,7 @@
|
||||
"rootDir": ".",
|
||||
"skipLibCheck": true,
|
||||
"strictNullChecks": false,
|
||||
"target": "es2018",
|
||||
"target": "ES2019",
|
||||
"lib": ["es2018", "dom"],
|
||||
"baseUrl": ".",
|
||||
"typeRoots": ["node_modules/@types", "../../node_modules/@types"],
|
||||
|
Reference in New Issue
Block a user