{ "extends": "./tsconfig.base.json", "include": [ // Only include files that are in the root directory. All other files are included by the references. "./*.ts", "./*.js" ], "references": [ { "path": "./packages/better-auth/tsconfig.json" }, { "path": "./packages/cli/tsconfig.json" }, { "path": "./packages/core/tsconfig.json" }, { "path": "./packages/expo/tsconfig.json" }, { "path": "./packages/sso/tsconfig.json" }, { "path": "./packages/stripe/tsconfig.json" }, { "path": "./packages/telemetry/tsconfig.json" } ] }