hansololai/postgraphile-connection-filter-polymorphic

View on GitHub
tsconfig.test.json

Summary

Maintainability
Test Coverage
{
  "compilerOptions": {
    "allowSyntheticDefaultImports": true,
    "lib": ["es2017", "dom"],
    "sourceMap": true,
    "experimentalDecorators": true,
    "strict": true,
    "noUnusedLocals": true,
    "strictNullChecks": true,
    "noImplicitAny": false,
    "module": "commonjs",
    "target": "es6",
    "outDir": "dist",
    "moduleResolution": "node",
    "esModuleInterop": true,
    "plugins": [
      {
        "name": "typescript-tslint-plugin"
      }
    ]
  },
  "include": ["src/**/*.ts", "*.ts"],
  "exclude": ["node_modules", "__tests__/**/*.ts"],
  "rules": {
    "max-line-length": [
      true,
      {
        "ignore-pattern": "// | `"
      }
    ]
  }
}