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.

17 lines (16 loc) 442 B
{ "extends": "../tsconfig.json", "compilerOptions": { "baseUrl": "./", "outDir": "../out-tsc/spec", "module": "commonjs", "target": "esnext", "types": ["jest", "jsdom", "node"], "paths": { "@qontu/ngx-inline-editor": ["<rootDir>/index"], "@qontu/ngx-inline-editor/inputs": ["<rootDir>/inputs/src/"], "@inputs/*": ["<rootDir>/inputs/src/*"] } }, "include": ["**/*.spec.ts", "**/*.d.ts"] }