UNPKG

angular2-image-zoom

Version:
24 lines (23 loc) 403 B
{ "compilerOptions": { "noImplicitAny": true, "module": "commonjs", "target": "ES5", "emitDecoratorMetadata": true, "experimentalDecorators": true, "sourceMap": true, "declaration": true }, "angularCompilerOptions": { "genDir": "compiled" }, "typeRoots": [ "node_modules/@types" ], "files": [ "index.ts" ], "exclude": [ "node_modules" ] }