{
  "compilerOptions": {
    "target": "es2018",
    "module": "commonjs",
    "outDir": "dist",
    "declarationDir": "dist",
    "allowSyntheticDefaultImports": true,
    "declaration": true,
    "skipLibCheck": true,
    "strictNullChecks": true,
    "sourceMap": true,
    "experimentalDecorators": true
  },
  "include": [
    "src/**/*"
  ]
}
