{
  "compilerOptions": {
    "experimentalDecorators": true,
    "target": "ES2016",
    "outDir": "./lib",
    "module": "CommonJS",
    "strict": true,
    "declaration": true,
    "skipLibCheck": true,
    "esModuleInterop": true,
    "noImplicitAny": false,
    "lib": ["esnext", "dom"]
  },
  "include": ["src/**/*"],
  "types": [
    "node"
  ]
}