{
"extends": "../tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"noEmit": true,
"jsx": "react",
"lib": ["dom", "es2015"]
},
"exclude": []
}