Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@schematics/angular): enable TypeScript
skipLibCheck
in new wor…
…kspace This commit enables `skipLibCheck` in new workspaces which is now recommanded by TypeScript. When enabled, type checking of declaration files is skipped as rather than doing a full check of all `d.ts` files, TypeScript will type check the code you specifically refer to in your app’s source code. See: https://www.typescriptlang.org/tsconfig#skipLibCheck
- Loading branch information