generalov/angular-http-mock

View on GitHub
src/tsconfig.json

Summary

Maintainability
Test Coverage
{
  "compilerOptions": {
    "declaration": true,
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "stripInternal": true,
    "removeComments": true,
    "noImplicitAny": true,
    "noFallthroughCasesInSwitch": true,
    "lib": [
      "es6",
      "dom"
    ],
    "module": "es6",
    "moduleResolution": "node",
    "outDir": "../dist",
    "baseUrl": ".",
    "rootDir": ".",
    "sourceMap": true,
    "inlineSources": true,
    "target": "es5",
    "typeRoots": [
      "../node_modules/@types"
    ]
  },
  "files": [
    "typings.d.ts",
    "angular-http-mock/index.ts"
  ],
  "exclude": [
    "environments/*",
    "test.ts",
    "polyfills.ts",
    "**/*.spec.ts"
  ]
}