You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
813 B
35 lines
813 B
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"lib": ["es2017"],
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"outDir": "../../../dist/packages/cdk/schematics",
|
|
"noEmitOnError": false,
|
|
"strictNullChecks": true,
|
|
"noImplicitOverride": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitAny": true,
|
|
"skipDefaultLibCheck": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noUnusedLocals": false,
|
|
"noImplicitThis": true,
|
|
"skipLibCheck": true,
|
|
"strictFunctionTypes": true,
|
|
"sourceMap": true,
|
|
"target": "es2015",
|
|
"types": [
|
|
"jasmine",
|
|
"node"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"**/files/**/*",
|
|
"**/*.spec.ts",
|
|
"ng-update/test-cases/**/*",
|
|
"testing/**/*.ts"
|
|
],
|
|
"bazelOptions": {
|
|
"suppressTsconfigOverrideWarnings": true
|
|
}
|
|
}
|