{
"extends": "../tsconfig.json",
"compilerOptions": {
"rootDir": "./",
"outDir": "dist",
"lib": ["ESNext"]
},
"exclude": ["node_modules", "dist", "test"],
"references": [
{ "path": "../backend" },
{ "path": "../database" },
{ "path": "../frontend" },
{ "path": "../next/tsconfig-dist.json" },
{ "path": "../server" },
{ "path": "../static" },
{ "path": "../util" },
{ "path": "../conat" }
]
}