mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* HXCS-3659 copy feature-flags lib * HXCS-3659 remove hxps reference * HXCS-3659 update component selectors * HXCS-3659 replace word overridability with override * HXCS-3659 remove commented/dead code * HXCS-3659 rename files * HXCS-3659 fix imports after renaming files * HXCS-3659 update names to not refer ng 14 * HXCS-3659 update license header * HXCS-3659 remove unused param * HXCS-3659 test StorageFesturesService * HXCS-3659 test DummyFesturesService * HXCS-3659 test DebugFeaturesService in debug mode * HXCS-3659 test DebugFeaturesService in debug mode * HXCS-3659 test DebugFeaturesService not in debug mode * HXCS-3659 test FlagSetParser * HXCS-3659 test feature flags directives * HXCS-3659 test flags component * HXCS-3659 update readme * HXCS-3659 link docs into readme * HXCS-3659 update adf-feature-flags-wrapper css rules * HXCS-3659 update Directive selectors * HXCS-3659 add i18n * HXCS-3659 update FlagsComponent css * HXCS-3659 update directives @Input property names * HXCS-3659 provides guards in the root * HXCS-3659 remove deprecated method getFlagsSnapshot --------- Co-authored-by: Adriano Costa <Adriano.Costa@hyland.comgit>
48 lines
1.9 KiB
JSON
48 lines
1.9 KiB
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"downlevelIteration": true,
|
|
"module": "esnext",
|
|
"rootDir": ".",
|
|
"outDir": "./dist/out-tsc",
|
|
"baseUrl": ".",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"skipLibCheck": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"noImplicitReturns": true,
|
|
"target": "es2015",
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true,
|
|
"typeRoots": ["node_modules/@types"],
|
|
"types": ["jasmine", "node", "jasminewd2"],
|
|
"lib": ["es2018", "esnext.array", "esnext.asynciterable", "dom"],
|
|
"paths": {
|
|
"@alfresco/adf-content-services": ["lib/content-services/src/public-api.ts"],
|
|
"@alfresco/adf-core": ["lib/core/src/public-api.ts"],
|
|
"@alfresco/adf-core/*": ["lib/core/*/public-api.ts"],
|
|
"@alfresco/adf-core/api": ["lib/core/api/src/index.ts"],
|
|
"@alfresco/adf-core/auth": ["lib/core/auth/src/index.ts"],
|
|
"@alfresco/adf-core/breadcrumbs": ["lib/core/breadcrumbs/src/index.ts"],
|
|
"@alfresco/adf-core/feature-flags": ["lib/core/feature-flags/src/index.ts"],
|
|
"@alfresco/adf-core/shell": ["lib/core/shell/src/index.ts"],
|
|
"@alfresco/adf-extensions": ["lib/extensions/src/public-api.ts"],
|
|
"@alfresco/adf-insights": ["lib/insights/src/public-api.ts"],
|
|
"@alfresco/adf-process-services": ["lib/process-services/src/public-api.ts"],
|
|
"@alfresco/adf-process-services-cloud": ["lib/process-services-cloud/src/public-api.ts"],
|
|
"@alfresco/adf-testing": ["lib/testing/src/public-api.ts"],
|
|
"@alfresco/js-api": ["lib/js-api/src/index.ts"]
|
|
}
|
|
},
|
|
"exclude": ["lib/config", "integration", "scripts", "assets", "tools", "node_modules"],
|
|
"angularCompilerOptions": {
|
|
"fullTemplateTypeCheck": true,
|
|
"strictInjectionParameters": true,
|
|
"strictTemplates": true
|
|
}
|
|
}
|