Alan Agius e2f92ab957 fix(@schematics/angular): enable TypeScript skipLibCheck in new workspace
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
2023-12-01 17:57:57 -08:00
..