{
  "compilerOptions": {
    "allowJs": false,
    "allowSyntheticDefaultImports": true,
    "alwaysStrict": true,
    "esModuleInterop": true,
    "inlineSources": false,
    "lib": ["es2020", "dom"],
    "module": "ES2020",
    "moduleResolution": "Node",
    "noFallthroughCasesInSwitch": true,
    "noImplicitAny": true,
    "noImplicitReturns": true,
    "noImplicitThis": true,
    "outDir": "dist",
    "strict": true,
    "strictNullChecks": true,
    "sourceMap": false,
    "target": "ES2020",
    "types": ["node"],
    "resolveJsonModule": true,
    "noEmit": true,
    "paths": {
      "graphql-fields": ["./src/@types/graphql-fields"],
      "html-to-text": ["./src/@types/html-to-text"]
    },
  }
}