swimlane/ngx-ui

View on GitHub
src/tsconfig.app.json

Summary

Maintainability
Test Coverage
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "outDir": "../out-tsc/app",
    "types": [],
    "resolveJsonModule": true,
    "allowSyntheticDefaultImports": true
  },
  "angularCompilerOptions": {
    "preserveWhitespaces": true
  },
  "files": ["main.ts", "polyfills.ts"]
}