{ "extends": "../../tsconfig/react.json", "include": ["src/**/*"], "compilerOptions": { "baseUrl": ".", "paths": { "@/*": ["src/*"] }, "outDir": "dist" }, "references": [ { "path": "../../lib" }, { "path": "../../prisma" }, { "path": "../../schemas" }, { "path": "../js" } ] }