go.charczuk.com@v0.0.0-20240327042549-bc490516bd1a/projects/chirp/pkg/static/_nextjs/tsconfig.json (about)

     1  {
     2    "compilerOptions": {
     3      "lib": [
     4        "dom",
     5        "dom.iterable",
     6        "esnext"
     7      ],
     8      "allowJs": true,
     9      "skipLibCheck": true,
    10      "strict": false,
    11      "forceConsistentCasingInFileNames": true,
    12      "noEmit": true,
    13      "incremental": true,
    14      "esModuleInterop": true,
    15      "module": "esnext",
    16      "moduleResolution": "node",
    17      "resolveJsonModule": true,
    18      "isolatedModules": true,
    19      "jsx": "preserve",
    20      "plugins": [
    21        {
    22          "name": "next"
    23        }
    24      ],
    25      "strictNullChecks": true
    26    },
    27    "include": [
    28      "next-env.d.ts",
    29      ".next/types/**/*.ts",
    30      "**/*.ts",
    31      "**/*.tsx",
    32      "_dist/types/**/*.ts"
    33    ],
    34    "exclude": [
    35      "node_modules"
    36    ]
    37  }