Error while running 6.8 yarn kbn bootstrap

I ran the clean and bootstrap command again same error:

Installs completed, linking package executables:

[x-pack] plugin-hlpers -> ../packages/kbn-plugin-helpers/bin/plugin-helpers.js

@elastic/datemath: $ yarn build --quiet
@kbn/config-schema: $ yarn build
@elastic/datemath: $ babel src --out-dir target --copy-files --quiet
@kbn/config-schema: $ tsc
@kbn/config-schema: ../../node_modules/@types/angular-mocks/node_modeles/@types/angular/jqlite.d.ts(29,5): error TS2375: Duplicate number index signature.
@kbn/config-schema: ../../node_modules/@types/angular-mocks/node_modeles/@types/angular/jqlite.d.ts(809,5): error TS2717: Subsequent property declarations must have the same type. Property 'char' must be of type 'any', but here has type 'string'.
@kbn/config-schema: ../../node_modules/@types/angular-mocks/node_modeles/@types/angular/jqlite.d.ts(812,5): error TS2717: Subsequent property declarations must have the same type. Property 'char' must be of type 'any', but here has type 'string'.
@kbn/config-schema: ../../node_modules/@types/angular-mocks/node_modeles/@types/angular/jqlite.d.ts(828,5): error TS2374: Duplicate string index signature
@kbn/config-schema: ../../node_modules/@types/enzyme/index.d.ts(67,20): error TS2314: Generic type 'ReactElement<P>' requires 1 type argument(s).
@kbn/config-schema: ../../node_modules/@types/enzyme/index.d.ts(67,35): error TS2314: Generic type 'ReactElement<P>' requires 1 type argument(s).
@kbn/config-schema: ../../node_modules/@types/enzyme/index.d.ts(72,35): error TS2314: Generic type 'ReactElement<P>' requires 1 type argument(s).
@kbn/config-schema: ../../node_modules/@types/enzyme/index.d.ts(72,50): error TS2314: Generic type 'ReactElement<P>' requires 1 type argument(s).
@kbn/config-schema: ../../node_modules/@types/enzyme/index.d.ts(77,40): error TS2314: Generic type 'ReactElement<P>' requires 1 type argument(s).
@kbn/config-schema: ../../node_modules/@types/enzyme/index.d.ts(77,57): error TS2314: Generic type 'ReactElement<P>' requires 1 type argument(s).
@kbn/config-schema: ../../node_modules/@types/enzyme/index.d.ts(82,40): error TS2314: Generic type 'ReactElement<P>' requires 1 type argument(s).
@kbn/config-schema: ../../node_modules/@types/enzyme/index.d.ts(82,57): error TS2314: Generic type 'ReactElement<P>' requires 1 type argument(s).
@kbn/config-schema: ../../node_modules/@types/enzyme/index.d.ts(87,18): error TS2314: Generic type 'ReactElement<P>' requires 1 type argument(s).
@kbn/config-schema: ../../node_modules/@types/enzyme/index.d.ts(92,26): error TS2314: Generic type 'ReactElement<P>' requires 1 type argument(s).
@kbn/config-schema: ../../node_modules/@types/enzyme/index.d.ts(150,25): error TS2314: Generic type 'ReactElement<P>' requires 1 type argument(s).
@kbn/config-schema: ../../node_modules/@types/enzyme/index.d.ts(155,16): error TS2314: Generic type 'ReactElement<P>' requires 1 type argument(s).
@kbn/config-schema: ../../node_modules/@types/enzyme/index.d.ts(160,17): error TS2314: Generic type 'ReactElement<P>' requires 1 type argument(s).
@kbn/config-schema: ../../node_modules/@types/enzyme/index.d.ts(165,19): error TS2314: Generic type 'ReactElement<P>' requires 1 type argument(s).
@kbn/config-schema: ../../node_modules/@types/enzyme/index.d.ts(170,20): error TS2314: Generic type 'ReactElement<P>' requires 1 type argument(s).
@kbn/config-schema: ../../node_modules/@types/enzyme/index.d.ts(698,40): error TS2314: Generic type 'ReactElement<P>' requires 1 type argument(s).
@kbn/config-schema: ../../node_modules/@types/jquery/legacy.d.ts(171,5): error error TS2717: Subsequent property declarations must have the same type. Property 'char' must be of type 'any', but here has type 'string'.
@kbn/config-schema: ../../node_modules/@types/jquery/legacy.d.ts(174,5): error error TS2717: Subsequent property declarations must have the same type. Property 'char' must be of type 'any', but here has type 'string'.
@kbn/config-schema: ../../node_modules/@types/react-dom/index.d.ts(90,18): error TS2314: Generic type 'ReactElement<P>' requires 1 type argument(s).
@kbn/config-schema: ../../node_modules/@types/react-dom/index.d.ts(90,18): error TS2314: Generic type 'ReactElement<P>' requires 1 type argument(s).
@kbn/config-schema: ../../node_modules/@types/react-redux/index.d.ts(97,64): error TS264: Namespace 'global.JSX' has no exported member 'LibraryManagedAttributes'.
@kbn/config-schema: ../../node_modules/lib/lib.es2019.object.d.ts(28,81): error TS2322: Type 'string | number | symbol' is not assignable to type 'string'.
@kbn/config-schema:  Type 'number' is not assignable to type 'string'.
@kbn/config-schema: info Visit Https://yarnpkg.com/en/docs/cli/run for documentation about this command
x @kbn/config-schema: error Command failed with exit code 2.
@kbn/config-schema: info Visit Https://yarnpkg.com/en/docs/cli/run for documentation about this command
x @kbn/config-schema: error Command failed with exit code 1.

[bootstrap] faild:
Error: Command failed: yarn run kbn:bootstrap
error Command failed with exit code 2.
error Command failed with exit code 1.

when I run yarn build from packages/kbn-config-schema I get the same set if errors just formatted differnetly
it looks like even running yarn from the packages dir it looking at the node_modules from the root repo as if I am missing some config to tell yarn / tsc to ignore thate dir