UNPKG

@yehia2amer/ngx-inline-editor

Version:

Follow me [![twitter](https://img.shields.io/twitter/follow/carlillo.svg?style=social&label=%20carlillo)](https://twitter.com/carlillo) to be notified about new releases.

23 lines (22 loc) 591 B
{ "compilerOptions": { "module": "es2015", "target": "es5", "noImplicitAny": false, "moduleResolution": "node", "sourceMap": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "declaration": true, "baseUrl": ".", "importHelpers": true, "typeRoots": ["node_modules/@types"], "lib": ["dom", "es2015", "es2017"], "esModuleInterop": true, "paths": { "@qontu/ngx-inline-editor": ["./src/index"], "@qontu/ngx-inline-editor/inputs": ["./src/inputs/src/"], "@inputs/*": ["./src/inputs/src/*"] } } }