mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
* Create a stories lib to make all the adf stories available * Run the test with a diff ext type * sunc nx file
20 lines
427 B
JSON
20 lines
427 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../dist/out-tsc",
|
|
"target": "es2015",
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"inlineSources": true,
|
|
"types": [],
|
|
"lib": ["dom", "es2018"]
|
|
},
|
|
"angularCompilerOptions": {
|
|
"skipTemplateCodegen": true,
|
|
"strictMetadataEmit": true,
|
|
"enableResourceInlining": true
|
|
},
|
|
"exclude": [],
|
|
"include": ["**/*.ts"]
|
|
}
|