Demo of type issues using only @wp-playground/client as a dependency.
Requires skipLibCheck: false. However, this impacts type information in the application.
tsc --buildnode_modules/@wp-playground/client/index.d.ts(1,15): error TS2307: Cannot find module '@wp-playground/blueprints' or its corresponding type declarations.
node_modules/@wp-playground/client/index.d.ts(2,257): error TS2307: Cannot find module '@php-wasm/universal' or its corresponding type declarations.
node_modules/@wp-playground/client/index.d.ts(3,43): error TS2307: Cannot find module '@wp-playground/wordpress' or its corresponding type declarations.
node_modules/@wp-playground/client/index.d.ts(4,110): error TS2307: Cannot find module '@php-wasm/universal' or its corresponding type declarations.
node_modules/@wp-playground/client/index.d.ts(5,33): error TS2307: Cannot find module '@php-wasm/util' or its corresponding type declarations.
node_modules/@wp-playground/client/index.d.ts(7,75): error TS2307: Cannot find module '@wp-playground/blueprints' or its corresponding type declarations.
node_modules/@wp-playground/client/index.d.ts(8,43): error TS2307: Cannot find module '@wp-playground/wordpress' or its corresponding type declarations.
node_modules/@wp-playground/client/index.d.ts(9,33): error TS2307: Cannot find module '@php-wasm/progress' or its corresponding type declarations.
node_modules/@wp-playground/client/index.d.ts(10,56): error TS2307: Cannot find module '@wp-playground/remote' or its corresponding type declarations.
node_modules/@wp-playground/client/index.d.ts(11,32): error TS2307: Cannot find module '@php-wasm/universal' or its corresponding type declarations.