{ "extends": "../../tsconfig/react.json", "include": ["src/**/*"], "compilerOptions": { "baseUrl": ".", "paths": { "@/*": ["src/*"], "react": ["./node_modules/@types/react"] } }, "references": [ { "path": "../../env" }, { "path": "../../lib" }, { "path": "../../prisma" }, { "path": "../../schemas" }, { "path": "../typebot-js" } ] }