[MIGRATION] - rebased after the move of AlfrescoApiService

This commit is contained in:
VitoAlbano
2024-09-09 14:31:32 +01:00
committed by Ehsan Rezaei
parent e4f7d5d47c
commit f143ff04a9
6 changed files with 38 additions and 16 deletions

View File

@@ -18,7 +18,7 @@
"outDir": "./.out",
"lib": ["es2018", "dom"],
"typeRoots": ["node_modules/@types"],
"types": []
"types": ["node"]
},
"exclude": [".history", "*/node_modules", "config", "performance", "coverage", "node_modules", "package", "dist", "test"]
}