mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
working builds
This commit is contained in:
@@ -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"]
|
||||||
|
Reference in New Issue
Block a user