{
  "compilerOptions": {
    "module": "commonjs",
    "moduleResolution": "node",
    "target": "es2018",
    "outDir": "out", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
    "lib": [
      "es6",
      "es2018",
      "dom",
      "ES2019",
      "ES2020"
    ],
    "sourceMap": true,
    "rootDir": "src",
    "experimentalDecorators": true,
    "allowSyntheticDefaultImports": true,
    "strict": true,
    "noImplicitAny": true,
    "noImplicitThis": true,
    "noUnusedLocals": true,
    "noUnusedParameters": true,
    "noFallthroughCasesInSwitch": true,
    "removeComments": true,
    "declaration": true,
    "skipLibCheck": true
  },
  "exclude": [
    "node_modules",
    ".vscode-test",
    ".vscode test",
    "build",
    "out",
    "tmp"
  ]
}