aboutsummaryrefslogtreecommitdiff
path: root/packages/db/tsconfig.json
blob: c8380c914faca906eb09b70ce11f1cd8ddb04df8 (plain) (blame)
1
2
3
4
5
6
7
{
"extends": "@repo/typescript-config/react-library.json",
"compilerOptions": {
    "outDir": "dist"
},
"exclude": ["node_modules", "dist"],
}