github.com/thanos-io/thanos@v0.32.5/pkg/ui/react-app/tsconfig.json (about)

     1  {
     2    "compilerOptions": {
     3      "target": "es5",
     4      "lib": [
     5        "dom",
     6        "dom.iterable",
     7        "esnext"
     8      ],
     9      "allowJs": true,
    10      "skipLibCheck": true,
    11      "esModuleInterop": true,
    12      "allowSyntheticDefaultImports": true,
    13      "strict": true,
    14      "forceConsistentCasingInFileNames": true,
    15      "module": "esnext",
    16      "moduleResolution": "node",
    17      "resolveJsonModule": true,
    18      "isolatedModules": true,
    19      "noEmit": true,
    20      "jsx": "react-jsx",
    21      "noFallthroughCasesInSwitch": true
    22    },
    23    "include": [
    24      "src",
    25      "test",
    26      "react-app-env.d.ts",
    27      "globals.d.ts"
    28    ]
    29  }