{
"extends": "../tsconfig.json",
"include": ["."],
"compilerOptions": {
"outDir": "./dist",
"rootDir": ".",
"target": "ES2015"
},
"exclude": ["dist"]
}