UNPKG

bb-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.

30 lines (29 loc) 644 B
{ "extends": "../tsconfig.base.json", "compilerOptions": { "declaration": true, "module": "es2015", "target": "es2015", "stripInternal": true, "outDir": "../build", "rootDir": ".", "lib": [ "es2015", "es2017.object", "dom" ], "strictNullChecks": true, "skipLibCheck": true, "types": [] }, "angularCompilerOptions": { "annotateForClosureCompiler": true, "strictMetadataEmit": true, "skipTemplateCodegen": true, "flatModuleOutFile": "ngx-inline-editor.js", "flatModuleId": "@qontu/ngx-inline-editor" }, "files": [ "./inline-editor.module.ts" ] }