AAE-23572 all builds but the extensions one

This commit is contained in:
Wojciech Duda
2024-07-03 15:54:13 +02:00
parent 54b34f513e
commit 2a62c1e2a9
23 changed files with 1860 additions and 518 deletions

View File

@@ -11,7 +11,6 @@
}
],
"compilerOptions": {
"baseUrl": "src",
"target": "es2020"
},
"angularCompilerOptions": {

View File

@@ -4,10 +4,6 @@
"outDir": "../../dist/out-tsc",
"declaration": true,
"declarationMap": true,
"resolveJsonModule": true,
"paths": {
"@alfresco/js-api": ["../../../dist/libs/js-api"],
"@alfresco/js-api/*": ["../../../dist/libs/js-api/*"]
}
"resolveJsonModule": true
}
}