UNPKG

992 BJSONView Raw
1{
2 "compilerOptions": {
3 "declaration": true,
4 "emitDecoratorMetadata": true,
5 "experimentalDecorators": true,
6 "mapRoot": "",
7 "module": "commonjs",
8 "moduleResolution": "node",
9 "noEmitOnError": true,
10 "noImplicitAny": true,
11 "outDir": "../../dist/angular-cli",
12 "rootDir": ".",
13 "sourceMap": true,
14 "sourceRoot": "/",
15 "target": "es5",
16 "lib": ["es6"],
17 "skipLibCheck": true,
18 "typeRoots": [
19 "../../node_modules/@types"
20 ],
21 "baseUrl": "",
22 "paths": {
23 "@angular-cli/ast-tools": [ "../../dist/@angular-cli/ast-tools/src" ],
24 "@angular-cli/base-href-webpack": [ "../../dist/@angular-cli/base-href-webpack/src" ],
25 "@angular-cli/version": [ "../../dist/@angular-cli/version/src" ],
26 "@ngtools/json-schema": [ "../../dist/@ngtools/json-schema/src" ],
27 "@ngtools/webpack": [ "../../dist/@ngtools/webpack/src" ]
28 }
29 },
30 "include": [
31 "**/*"
32 ],
33 "exclude": [
34 "blueprints/*/files/**/*"
35 ]
36}