{
"extends": "../tsconfig.json",
"include": [ "src/", "typings/" ],
"compilerOptions": {
"rootDir": "src",
"outDir": "build",
"typeRoots": [ "./typings", "./node_modules/@types" ]
}