{
  "compilerOptions": {
    "module": "CommonJS",
    "outDir": "build",
    "skipLibCheck": true,
    "target": "ES2020",
    "lib": ["ES2020"],
    "esModuleInterop": true
  },
  "include": ["./src/**/*"]
}
