{ "compilerOptions": { "target": "esnext", "lib": [ "dom", "dom.iterable", "esnext" ], "allowJs": true, "skipLibCheck": true, "strict": false, "alwaysStrict": false, "strictPropertyInitialization": false, "forceConsistentCasingInFileNames": true, "noEmit": true, "esModuleInterop": true, "module": "esnext", "moduleResolution": "node", "resolveJsonModule": true, "isolatedModules": true, "jsx": "preserve", "incremental": true, "allowSyntheticDefaultImports": true, "noFallthroughCasesInSwitch": true, "experimentalDecorators": true, "types": [ "user-agent-data-types", "webpack-env" ] }, "include": [ "next-env.d.ts", "**/*.js", "**/*.jsx", "**/*.mjs", "**/*.cjs", "**/*.ts", "**/*.tsx" ], "exclude": [ "node_modules" ], }