summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/packages/ng-schematics/test/tsconfig.json
blob: 8d9f78e0f68f986fda0270cac2cc63849735ad76 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "rootDir": "src/",
    "outDir": "build/",
    "types": ["node"]
  },
  "include": ["src/**/*"],
  "references": [{"path": "../tsconfig.json"}]
}