mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
* switch js-api builds to original node.js * [ci:force] cleanup ts configs * [ci:force] remove temp hotfix for js-api * remove dead code
11 lines
251 B
JSON
11 lines
251 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "es2015",
|
|
"importHelpers": true,
|
|
"moduleResolution": "node",
|
|
"target": "es2015",
|
|
"outDir": "../../../dist/libs/js-api/esm2015"
|
|
}
|
|
}
|