angular2-multievent-bindings-plugin
Version:
A small plugin which allows you to bind multiple events in your angular2 templates.
19 lines (18 loc) • 396 B
JSON
{
"compilerOptions": {
"noImplicitAny": true,
"module": "commonjs",
"target": "es5",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"inlineSourceMap": true,
"inlineSources": true,
"declaration": true,
"moduleResolution": "node"
},
"files": [
"./typings/main.d.ts",
"./multi_event.main.ts",
"./src/multi_event.plugin.ts"
]
}