{
  "compilerOptions": {
    "module": "commonjs",
    "esModuleInterop": true,
    "declaration": true,
    "strict": true,
    "noImplicitAny": true,
    "strictNullChecks": false, // TODO: should be true
    "target": "ES2020",
    "moduleResolution": "node",
    "sourceMap": true,
    "outDir": "lib",
    "skipLibCheck": true,
    "downlevelIteration": true,
    "lib": ["DOM", "ES2020"]
  },
  "include": ["src/**/*.ts", "test/**/*.ts", "./build.mjs"]
}
