{ "extends": "@typebot.io/tsconfig/nextjs.json", "compilerOptions": { "baseUrl": ".", "paths": { "@/*": ["src/*"] }, "plugins": [ { "name": "next" } ], "strictNullChecks": true }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"] }