summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/packages/ng-schematics/tsconfig.json
blob: 115c833159c3062c785d5137e4bb767a3bbd4833 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "extends": "../../tsconfig.base.json",
  "compilerOptions": {
    "baseUrl": "tsconfig",
    "lib": ["ES2018"],
    "module": "CommonJS",
    "noEmitOnError": true,
    "rootDir": "src/",
    "outDir": "lib/",
    "skipDefaultLibCheck": true,
    "skipLibCheck": true,
    "sourceMap": true,
    "types": ["node"],
    "target": "ES6"
  },
  "include": ["src/**/*"],
  "exclude": ["src/**/files/**/*"],
  "references": [{"path": "./tsconfig.spec.json"}]
}