mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
* [ACS-11306] Upgrade Angular to 20 version * [ACS-11306] Reverted unwanted changes * [ACS-11306] Reverted unwanted changes * [ACS-11306] Reverted unwanted changes * [ACS-11306] Upgrade ngrx to 20 version * [ACS-11306] Updated eslintrc * [ACS-11306] Added replacement for quotes related eslint rule * [ACS-11306] Fixed eslint issues related with unused error and optional chaining * [ACS-11306] Corrected versions in projects * [ACS-11306] Fixed unit tests * [ACS-11306] Updated stylelint version * [link-adf:chore/ng20][ACS-11306] Test * [link-adf:chore/ng20][ACS-11306] Changed tsconfig * [link-adf:chore/ng20][ACS-11306] Test * [link-adf:chore/ng20][ACS-11306] Test * [link-adf:chore/ng20][ACS-11306] Removed redundant line from tsconfig * [link-adf:chore/ng20][ACS-11306] Updated package-lock.json * [link-adf:chore/ng20][ACS-11306] Fixed stylelint issue * [link-adf:chore/ng20] [ACS-11306] Fix colors of text button, dialog text, form field placeholder and button styling * [link-adf:chore/ng20] [ACS-11306] Fix create from template dialog confirm button color * [link-adf:chore/ng20] [ACS-11306] Fix add permission dialog button colors * [link-adf:chore/ng20] [ACS-11306] Fix login error icon color and alignment * [link-adf:chore/ng20][ACS-11306] Updated package-lock.json * [ACS-11306] Update package.json to use ADF with Angular 20 --------- Co-authored-by: g-jaskowski <grzegorz.jaskowski@hyland.com>
59 lines
2.8 KiB
JSON
59 lines
2.8 KiB
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"downlevelIteration": true,
|
|
"importHelpers": true,
|
|
"outDir": "./dist/out-tsc",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"skipLibCheck": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"noImplicitReturns": true,
|
|
"target": "es2020",
|
|
"resolveJsonModule": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"useDefineForClassFields": false,
|
|
"typeRoots": ["node_modules/@types"],
|
|
"lib": ["es2019", "dom"],
|
|
"paths": {
|
|
"@alfresco/adf-core": ["../alfresco-ng2-components/lib/core/index.ts"],
|
|
"@alfresco/adf-core/*": ["../alfresco-ng2-components/lib/core/*/public-api.ts"],
|
|
"@alfresco/adf-core/shell": ["../alfresco-ng2-components/lib/core/shell/src/index.ts"],
|
|
"@alfresco/adf-core/auth": ["../alfresco-ng2-components/lib/core/auth/src/index.ts"],
|
|
"@alfresco/adf-core/api": ["../alfresco-ng2-components/lib/core/api/src/index.ts"],
|
|
"@alfresco/adf-extensions": ["../alfresco-ng2-components/lib/extensions"],
|
|
"@alfresco/adf-content-services": ["../alfresco-ng2-components/lib/content-services"],
|
|
"@alfresco/adf-process-services-cloud": ["../alfresco-ng2-components/lib/process-services-cloud"],
|
|
"@alfresco/adf-process-services": ["../alfresco-ng2-components/lib/process-services"],
|
|
"@alfresco/js-api": ["../alfresco-ng2-components/lib/js-api/index.ts"],
|
|
"@alfresco/aca-shared": ["projects/aca-shared/src/public-api.ts"],
|
|
"@alfresco/aca-shared/store": ["projects/aca-shared/store/src/public-api.ts"],
|
|
"@alfresco/aca-shared/rules": ["projects/aca-shared/rules/src/public-api.ts"],
|
|
"@alfresco/aca-content/ms-office": ["projects/aca-content/ms-office/src/public-api.ts"],
|
|
"@alfresco/aca-content/about": ["projects/aca-content/about/src/public-api.ts"],
|
|
"@alfresco/aca-content/folder-rules": ["projects/aca-content/folder-rules/src/public-api.ts"],
|
|
"@alfresco/aca-content": ["projects/aca-content/src/public-api.ts"],
|
|
"@alfresco/aca-content/viewer": ["projects/aca-content/viewer/src/public-api.ts"],
|
|
"@alfresco/aca-content/preview": ["projects/aca-content/preview/src/public-api.ts"],
|
|
"@alfresco/aca-playwright-shared": ["projects/aca-playwright-shared/src/public-api.ts"],
|
|
"@alfresco/aca-playwright-shared/*": ["projects/aca-playwright-shared/src/*/index.ts"],
|
|
"package.json": ["package.json"],
|
|
"@angular/*": ["./node_modules/@angular/*"],
|
|
"@ngx-translate/*": ["./node_modules/@ngx-translate/*"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules"],
|
|
"angularCompilerOptions": {
|
|
"preserveWhitespaces": false,
|
|
"fullTemplateTypeCheck": true,
|
|
"strictInjectionParameters": true,
|
|
"strictTemplates": true
|
|
}
|
|
}
|