{
  "compilerOptions": {
    "moduleResolution": "node",
    "strict": true,
    "strictNullChecks": true,
    "target": "ES2020",
    "paths": {
      "node-magickwand": [
        "."
      ]
    }
  }
}
