{
  "compilerOptions": {
    "moduleResolution": "node",
    "strict": true,
    "strictNullChecks": true,
    "target": "ES2015",
    "esModuleInterop": true,
    "paths": {
      "everything-json": [
        "."
      ]
    }
  }
}
