UNPKG

alfresco-js-api

Version:

JavaScript client library for the Alfresco REST API

38 lines (37 loc) 954 B
{ "compilerOptions": { "target": "es5", "module": "commonjs", "moduleResolution": "node", "sourceMap": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "skipLibCheck": true, "noLib": false, "allowUnreachableCode": false, "allowUnusedLabels": false, "noImplicitAny": false, "noImplicitReturns": false, "noImplicitUseStrict": false, "noFallthroughCasesInSwitch": true, "removeComments": true, "declaration": true, "outDir": "./dist", "lib": [ "es2015", "dom" ], "suppressImplicitAnyIndexErrors": true }, "exclude": [ "*/node_modules", "config", "coverage", "node_modules", "dist" ], "angularCompilerOptions": { "strictMetadataEmit": false, "skipTemplateCodegen": true } }