{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"module": "commonjs"
},
"include": [
"../shared/**/*.ts",
"**/*.ts"
]
}