{ "extends": "./tsconfig.base.json", "compilerOptions": { "module": "commonjs", "target": "ES2024", "lib": [ "ES2024" ], "outDir": "out", "rootDir": "src", "sourceMap": true }, "include": [ "src" ], "exclude": [ "node_modules" ], "references": [ { "path": "./client" }, { "path": "./server" } ] }