{ "extends": "../../tsconfig.json", "compilerOptions": { "jsx": "react", "target": "ES6" }, "include": ["src/*"], "exclude": ["node_modules", "build", "public"] }