...

Text file src/edge-infra.dev/pkg/edge/api/graphiql/tsconfig.json

Documentation: edge-infra.dev/pkg/edge/api/graphiql

     1{
     2  " extends": "../../../../tsconfig.json",
     3    "compilerOptions": {
     4      "target": "es6",
     5      "lib": [
     6        "dom",
     7        "dom.iterable",
     8        "esnext"
     9      ],
    10      "skipLibCheck": true,
    11      "esModuleInterop": true,
    12      "allowSyntheticDefaultImports": true,
    13      "strict": false,
    14      "alwaysStrict": false,
    15      "forceConsistentCasingInFileNames": true,
    16      "noFallthroughCasesInSwitch": true,
    17      "module": "esnext",
    18      "moduleResolution": "node",
    19      "resolveJsonModule": true,
    20      "isolatedModules": true,
    21      "jsx": "react-jsx"
    22    },
    23    // Workaround https://github.com/microsoft/TypeScript/issues/59036
    24    "exclude": [],
    25    "include": [
    26      "src"
    27    ]
    28  }
    29  

View as plain text