mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Trying to make a little bit more to build
This commit is contained in:
parent
6ddc49f523
commit
6266cdf1f3
@ -20,6 +20,7 @@
|
|||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"typeRoots": ["node_modules/@types"],
|
"typeRoots": ["node_modules/@types"],
|
||||||
"types": ["node"],
|
"types": ["node"],
|
||||||
|
"rootDir": ".",
|
||||||
"paths": {
|
"paths": {
|
||||||
"@alfresco/js-api": ["../../dist/libs/js-api"],
|
"@alfresco/js-api": ["../../dist/libs/js-api"],
|
||||||
"@alfresco/js-api/*": ["../../dist/libs/js-api/*"]
|
"@alfresco/js-api/*": ["../../dist/libs/js-api/*"]
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
|
"baseUrl": "src",
|
||||||
"target": "es2020"
|
"target": "es2020"
|
||||||
},
|
},
|
||||||
"angularCompilerOptions": {
|
"angularCompilerOptions": {
|
||||||
|
@ -3,6 +3,10 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"outDir": "../../dist/out-tsc",
|
"outDir": "../../dist/out-tsc",
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"declarationMap": true
|
"declarationMap": true,
|
||||||
|
"paths": {
|
||||||
|
"@alfresco/js-api": ["../../../dist/libs/js-api"],
|
||||||
|
"@alfresco/js-api/*": ["../../../dist/libs/js-api/*"]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -10,9 +10,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
|
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
|
||||||
"@alfresco/js-api": ">=7.9.0-0"
|
|
||||||
},
|
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"testing",
|
"testing",
|
||||||
"alfresco-component",
|
"alfresco-component",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user