{ "extends": "@dwellops/config/tsconfig/nextjs.json", "compilerOptions": { "noEmit": true, "paths": { "@/*": ["./src/*"] } }, "include": ["src", "i18n", "next-env.d.ts", "next.config.ts", ".next/types/**/*.ts"] }