donmahallem/TrapezeClientNg

View on GitHub
src/tsconfig.app.json

Summary

Maintainability
Test Coverage
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "outDir": "../out-tsc/app",
    "types": [
      "node"
    ]
  },
  "angularCompilerOptions": {
    "enableIvy": true
  },
  "exclude": [
    "test.ts",
    "**/*.spec.ts"
  ]
}