mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[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:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"noEmit": false,
|
||||
"mapRoot": ".",
|
||||
"paths": {
|
||||
"@alfresco/js-api": ["./"],
|
||||
"@alfresco/js-api/*": ["./*"]
|
||||
},
|
||||
"inlineSources": true
|
||||
},
|
||||
"files": [
|
||||
"../index.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user