{
  "compilerOptions": {
    "lib": ["ES6"],
    "module": "commonjs",
    "moduleResolution": "node",
    "target": "ES6",
    "declaration": true,
    "outDir": "dist",
    "declarationDir": "typings",
    "sourceMap": false,
    "esModuleInterop": true,
    "experimentalDecorators": true,
    "emitDecoratorMetadata": true,
    "allowSyntheticDefaultImports": true,
    "skipLibCheck": true,
    "skipDefaultLibCheck": true,
    "resolveJsonModule": true
  },
  "include": ["./src/"],
  "exclude": ["./node_modules/"]
}
