Files
alfresco-ng2-components/lib/testing/tsconfig.lib.json
Eugenio Romano 44c5472fa2 fix build testing
2020-07-18 22:54:19 +01:00

17 lines
332 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../dist/testing/",
"baseUrl": "src",
"paths": {
}
},
"esModuleInterop": true,
"resolveJsonModule": true,
"angularCompilerOptions": {
"skipTemplateCodegen": true,
"strictMetadataEmit": true,
"enableResourceInlining": true
}
}