{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"skipLibCheck": true,
"jsx": "react-jsx"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "src/**/*.test.tsx"]
}