mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
AAE-41225 update typescript target to es2022 and fix FormService propagation (#11508)
* update targets * update targets * fixed FormService propagation [ci:force] * fixed FormService propagation [ci:force]
This commit is contained in:
+2
-2
@@ -15,12 +15,12 @@
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"noImplicitReturns": true,
|
||||
"target": "es2015",
|
||||
"target": "ES2022",
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"resolveJsonModule": true,
|
||||
"typeRoots": ["node_modules/@types"],
|
||||
"types": ["jasmine", "node", "jasminewd2"],
|
||||
"lib": ["es2018", "esnext.array", "esnext.asynciterable", "dom"],
|
||||
"lib": ["es2022", "dom"],
|
||||
"paths": {
|
||||
"@alfresco/adf-content-services": ["lib/content-services/src/public-api.ts"],
|
||||
"@alfresco/adf-core": ["lib/core/src/public-api.ts"],
|
||||
|
||||
Reference in New Issue
Block a user