{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist"
},
"files": [],
"include": [],
"references": [
"path": "./tsconfig.lib.json"
"path": "./tsconfig.spec.json"
}
]