hisptz/integration-app

View on GitHub
src/tsconfig.app.json

Summary

Maintainability
Test Coverage
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "outDir": "../out-tsc/app",
    "types": [],
    "paths": {
      "core-js/es7/reflect": [
        "./node_modules/core-js/proposals/reflect-metadata"
      ]
    }
  },
  "exclude": ["test.ts", "**/*.spec.ts"]
}