{ "extends": "@repo/core-typescript/nextjs.json", "compilerOptions": { "paths": { "@/*": ["./src/*"] }, "allowJs": true, "types": ["vitest/globals", "@testing-library/jest-dom"] }, "include": [ "next-env.d.ts", "src/**/*.ts", "src/**/*.tsx", ".next/types/**/*.ts" ], "exclude": ["node_modules"] }