[ACS-6370] switch js-api builds to original node.js (#9114)

* switch js-api builds to original node.js

* [ci:force] cleanup ts configs

* [ci:force] remove temp hotfix for js-api

* remove dead code
This commit is contained in:
Denys Vuika
2023-11-27 04:54:24 -05:00
committed by GitHub
parent dbe3a7c7db
commit 3677bfb78e
19 changed files with 395 additions and 82 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"noEmit": false,
"mapRoot": ".",
"paths": {
"@alfresco/js-api": ["./"],
"@alfresco/js-api/*": ["./*"]
},
"inlineSources": true
},
"files": [
"../index.ts"
]
}