{
  "compilerOptions": {
    "esModuleInterop": true,
    "strict": true,
    "noUnusedLocals": false,
    "noImplicitReturns": true,
    "forceConsistentCasingInFileNames": true,
    "useUnknownInCatchVariables": false,
    "ignoreDeprecations": "6.0",

    "lib": [ "es2020", "dom" ],
    "outDir": "dist",
    "target": "ES2020",
    "module": "CommonJS",
    "moduleResolution": "node",

    "newLine": "LF",
    "allowJs": false,
    "allowSyntheticDefaultImports": true
  }
}
