{
"extends": "../../tsconfig.json",
"compilerOptions": {
"declaration": false
},
"include": ["src/**/*.ts"],
"references": [
"path": "./tsconfig.node.json"
}
]