{
  "compilerOptions": {
    "target": "ES2020",
    "lib": [ "ES2020", "DOM" ],
    "module": "esnext",
    "moduleResolution": "bundler",

    "sourceMap": true,
    "declaration": true,
    "outDir": "dist",

    "strict": true,

    "skipLibCheck": true,

    "rootDir": "src"
  }
}
