{
  "compilerOptions": {
    "baseUrl": "./",
    "target": "ES2019",
    "module": "commonjs",
    "allowJs": false,
    "outDir": "./build",
    "downlevelIteration": true,
    "strict": true,
    "noImplicitAny": true,
    "esModuleInterop": true,
    "skipLibCheck": true
  }
}
