1 | {
|
2 | "compilerOptions": {
|
3 | "baseUrl": "./",
|
4 | "lib": ["ES2019", "dom"],
|
5 | "module": "commonjs",
|
6 | "moduleResolution": "node",
|
7 | "outDir": "../../../dist/schematics",
|
8 | "noEmitOnError": false,
|
9 | "skipDefaultLibCheck": true,
|
10 | "skipLibCheck": true,
|
11 | "sourceMap": true,
|
12 | "target": "ES2019",
|
13 | "types": ["jasmine", "node"],
|
14 | "paths": {
|
15 | "@nguniversal/*": ["../../*"]
|
16 | }
|
17 | },
|
18 | "exclude": ["**/*.spec.ts", "*/files/**/*"],
|
19 | "bazelOptions": {
|
20 | "suppressTsconfigOverrideWarnings": true
|
21 | }
|
22 | }
|