{ "extends": "@betternas/typescript-config/nextjs.json", "compilerOptions": { "plugins": [ { "name": "next" } ], "strictNullChecks": true, "baseUrl": ".", "paths": { "@/*": ["./*"] } }, "include": ["**/*.ts", "**/*.tsx", "next-env.d.ts", "next.config.js"], "exclude": ["node_modules"] }