{
  "compilerOptions": {
    "module": "commonjs",
    "sourceMap": true,
    "inlineSources": true,
    "target": "es5",
    "declaration": true,
    "experimentalDecorators": true,
    "emitDecoratorMetadata": true,
    "skipDefaultLibCheck": true,
    "noStrictGenericChecks":true
  },
  "lib": [
    "es2015",
    "dom"
  ],
  "exclude": [
    "node_modules"
  ],
  "files": [
    "index.ts"
  ],
  "angularCompilerOptions": {
    "genDir": "compiled"
  }
}