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