github.com/cockroachdb/cockroach@v20.2.0-alpha.1+incompatible/pkg/ui/tsconfig.json (about)

     1  {
     2    "compilerOptions": {
     3      "allowSyntheticDefaultImports": true,
     4      "alwaysStrict": true,
     5      "forceConsistentCasingInFileNames": true,
     6      "isolatedModules": true,
     7      "jsx": "preserve",
     8      "lib": ["esnext", "dom"],
     9      "moduleResolution": "node",
    10      "noFallthroughCasesInSwitch": true,
    11      "noImplicitAny": true,
    12      "noImplicitReturns": false,
    13      "noImplicitThis": false,
    14      "noUnusedLocals": true,
    15      "noUnusedParameters": true,
    16      "outDir": "./dist/",
    17      "skipLibCheck": true,
    18      "sourceMap": true,
    19      "strictNullChecks": false,
    20      "target": "es6",
    21      "baseUrl": ".",
    22      "paths": {
    23        "oss/*": ["*"],
    24        "*": [
    25          "ccl/*",
    26          "*",
    27          "node_modules/*"
    28        ]
    29      }
    30    },
    31    "exclude": [
    32      "cypress"
    33    ]
    34  }