@yehia2amer/ngx-inline-editor
Version:
Follow me [](https://twitter.com/carlillo) to be notified about new releases.
17 lines (16 loc) • 442 B
JSON
{
"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"]
}