mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
[MIGRATION] - Somehow the fix for the cli types got lost
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
"target": "es2018",
|
"target": "es2018",
|
||||||
"lib": ["es2018", "dom"],
|
"lib": ["es2018", "dom"],
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"typeRoots": ["node_modules/@types"],
|
"typeRoots": ["node_modules/@types", "../../node_modules/@types"],
|
||||||
"types": ["node"],
|
"types": ["node"],
|
||||||
"paths": {
|
"paths": {
|
||||||
"@alfresco/js-api": ["../../dist/libs/js-api"],
|
"@alfresco/js-api": ["../../dist/libs/js-api"],
|
||||||
|
Reference in New Issue
Block a user