[MIGRATION] - Somehow the fix for the cli types got lost

This commit is contained in:
VitoAlbano
2024-08-22 22:39:42 +01:00
parent fd74a09786
commit 7836f8c706

View File

@@ -19,7 +19,7 @@
"target": "es2018",
"lib": ["es2018", "dom"],
"baseUrl": ".",
"typeRoots": ["node_modules/@types"],
"typeRoots": ["node_modules/@types", "../../node_modules/@types"],
"types": ["node"],
"paths": {
"@alfresco/js-api": ["../../dist/libs/js-api"],