{ "compilerOptions": { "types": [ "node", "jest", "@testing-library/jest-dom" ], "target": "es5", "lib": [ "dom", "dom.iterable", "esnext" ], "allowJs": true, "skipLibCheck": true, "strict": true, "forceConsistentCasingInFileNames": true, "noEmit": true, "esModuleInterop": true, "module": "esnext", "moduleResolution": "node", "resolveJsonModule": true, "isolatedModules": true, "jsx": "preserve", "incremental": true, "paths": { "@/*": [ "./*" ] }, "plugins": [ { "name": "next" } ] }, "include": [ "**/*.ts", "**/*.tsx", ".storybook/main.ts", ".storybook/preview.tsx", "next-env.d.ts", ".next/types/**/*.ts" ], "exclude": [ "node_modules" ] }