mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
working builds
This commit is contained in:
parent
0a9be61490
commit
893aa73529
@ -11,6 +11,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
|
"baseUrl": "./",
|
||||||
"target": "es2020"
|
"target": "es2020"
|
||||||
},
|
},
|
||||||
"angularCompilerOptions": {
|
"angularCompilerOptions": {
|
||||||
|
@ -5,7 +5,12 @@
|
|||||||
"declaration": true,
|
"declaration": true,
|
||||||
"declarationMap": true,
|
"declarationMap": true,
|
||||||
"target": "ES2022",
|
"target": "ES2022",
|
||||||
"useDefineForClassFields": false
|
"useDefineForClassFields": false,
|
||||||
|
"paths": {
|
||||||
|
"@alfresco/js-api": ["../../dist/libs/js-api"],
|
||||||
|
"@alfresco/js-api/*": ["../../dist/libs/js-api/*"],
|
||||||
|
"@alfresco/adf-extensions": ["../../dist/libs/extensions"]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"exclude": ["./test.ts", "**/*.spec.ts", "**/*.test.ts"],
|
"exclude": ["./test.ts", "**/*.spec.ts", "**/*.test.ts"],
|
||||||
"include": ["**/*.ts"]
|
"include": ["**/*.ts"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user