angular2-image-zoom
Version:
Angular 2.x.x Compatible
24 lines (23 loc) • 403 B
JSON
{
"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"
]
}