{
  "compilerOptions": {
    "rootDir": "./src",
    "target": "ES2017",
    "module": "esnext",
    "moduleResolution": "node",
    "outDir": "dist",
    "sourceMap": true,
    "declaration": true,
    "removeComments": true,
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "noEmitOnError": false,
    "noEmitHelpers": true,
    "diagnostics": true,
    "skipLibCheck": true,
    "skipDefaultLibCheck": true,
    "pretty": true,
    "allowUnreachableCode": false,
    "allowUnusedLabels": false,
    "noImplicitAny": false,
    "noImplicitReturns": true,
    "noImplicitUseStrict": false,
    "noFallthroughCasesInSwitch": true,
    "lib": ["es2017", "dom"]
  },
  "exclude": ["node_modules"]
}
