{ "compilerOptions": { "baseUrl": ".", "jsx": "preserve", "jsxImportSource": "react", "paths": { "@/*": ["./*"], "@prisma/client/*": ["@formbricks/database/client/*"] }, "plugins": [ { "name": "next" } ], "skipLibCheck": true, "strictNullChecks": true }, "exclude": ["../../.env", "node_modules"], "extends": "@formbricks/config-typescript/nextjs.json", "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "../../packages/types/*.d.ts"] }