Last change
on this file since b738035 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
813 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "compilerOptions": {
|
---|
| 3 | "declaration": true,
|
---|
| 4 | "lib": ["es2017"],
|
---|
| 5 | "module": "commonjs",
|
---|
| 6 | "moduleResolution": "node",
|
---|
| 7 | "outDir": "../../../dist/packages/cdk/schematics",
|
---|
| 8 | "noEmitOnError": false,
|
---|
| 9 | "strictNullChecks": true,
|
---|
| 10 | "noImplicitOverride": true,
|
---|
| 11 | "noImplicitReturns": true,
|
---|
| 12 | "noImplicitAny": true,
|
---|
| 13 | "skipDefaultLibCheck": true,
|
---|
| 14 | "noFallthroughCasesInSwitch": true,
|
---|
| 15 | "noUnusedLocals": false,
|
---|
| 16 | "noImplicitThis": true,
|
---|
| 17 | "skipLibCheck": true,
|
---|
| 18 | "strictFunctionTypes": true,
|
---|
| 19 | "sourceMap": true,
|
---|
| 20 | "target": "es2015",
|
---|
| 21 | "types": [
|
---|
| 22 | "jasmine",
|
---|
| 23 | "node"
|
---|
| 24 | ]
|
---|
| 25 | },
|
---|
| 26 | "exclude": [
|
---|
| 27 | "**/files/**/*",
|
---|
| 28 | "**/*.spec.ts",
|
---|
| 29 | "ng-update/test-cases/**/*",
|
---|
| 30 | "testing/**/*.ts"
|
---|
| 31 | ],
|
---|
| 32 | "bazelOptions": {
|
---|
| 33 | "suppressTsconfigOverrideWarnings": true
|
---|
| 34 | }
|
---|
| 35 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.