summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/packages/ng-schematics/src/schematics/ng-add/files/common/e2e/tsconfig.json.template
blob: 38501b89efacc44b93c36103d833094bcc94dcd5 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "extends": "<%= tsConfigPath %>",
  "compilerOptions": {
    "module": "CommonJS",
    "rootDir": "tests/",
    "outDir": "build/",
    "types": ["<%= testRunner %>"]
  },
  "include": ["tests/**/*.ts"]
}