[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
+8
View File
@@ -0,0 +1,8 @@
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"module": "commonjs",
"target": "es2015",
"outDir": "../../../dist/libs/js-api"
}
}