UNPKG

angular4-collapsible

Version:

Angular 2 / 4 Materialize CSS collapsible components

33 lines (32 loc) 818 B
// This file is used by ngc to create the files in the build directory { "compilerOptions": { "declaration": true, "module": "es2015", "target": "es5", "baseUrl": ".", "stripInternal": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "moduleResolution": "node", "outDir": "../build", "rootDir": ".", "lib": [ "es2015", "dom" ], "skipLibCheck": true, // Don't auto-discover @types/node, it results in a ///<reference in the .d.ts output "types": [] }, "angularCompilerOptions": { "annotateForClosureCompiler": true, "strictMetadataEmit": true, "skipTemplateCodegen": true, "flatModuleOutFile": "angular2-collapsible.js", "flatModuleId": "angular2-collapsible" }, "files": [ "./index.ts" ] }