{ // Core TypeScript compiler configuration. // -- Central to type checking, used by Vite, Jest, and ESLint. "exclude": [ "dist", "src/api/" ], "files": [], "references": [ { "path": "./tsconfig.build.json" }, { "path": "./tsconfig.node.json" } ], "compilerOptions": { "baseUrl": ".", "paths": { "@/*": [ "src/*", "tests/*" ] } } }