{
  "compilerOptions": {
    "target": "es5",
    "strict": true,
    "downlevelIteration": true,
    "skipLibCheck": true,
    "esModuleInterop": true,
    "jsx": "preserve",
    "lib": ["esnext", "dom"]
  }
}
