blob: edf4d3099ae4b71c9126ae73b36a5602e578a9b8 [file] [log] [blame]
{
"compilerOptions": {
"lib": ["es2017"],
"module": "commonjs",
"moduleResolution": "node",
"outDir": "../../../dist/packages/material/schematics",
"noEmitOnError": false,
"strictNullChecks": true,
"noImplicitReturns": true,
"skipDefaultLibCheck": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"skipLibCheck": true,
"sourceMap": true,
"declaration": true,
"target": "es6",
"types": [
"jasmine",
"node"
],
"baseUrl": ".",
"paths": {
"@angular/cdk/schematics": ["../../cdk/schematics"]
}
},
"exclude": [
"**/*.spec.ts",
// Exclude the test-setup utility files. Those should not be part of the output.
"test-setup/**/*.ts",
// Exclude template files that will be copied by the schematics. Those are not valid TS.
"ng-generate/*/files/**/*.ts",
// Exclude all test-case files because those should not be included in the schematics output.
"ng-update/test-cases/**/*.ts"
],
"bazelOptions": {
"suppressTsconfigOverrideWarnings": true
}
}