I'm getting compiler errors with svgr 7 with "skipLibCheck": false
node_modules/@svgr/core/dist/index.d.ts:1:25 - error TS2307: Cannot find module 'prettier' or its corresponding type declarations.
1 import { Options } from 'prettier';
~~~~~~~~~~
node_modules/@svgr/core/dist/index.d.ts:2:36 - error TS2307: Cannot find module 'svgo' or its corresponding type declarations.
2 import { Config as Config$1 } from 'svgo';
~~~~~~
Found 2 errors in the same file, starting at: node_modules/@svgr/core/dist/index.d.ts:1
π Bug Report
I'm getting compiler errors with svgr 7 with "skipLibCheck": false
To Reproduce
Steps to reproduce the behavior: See https://github.com/1EDExg0ffyXfTEqdIUAYNZGnCeajIxMWd2vaQeP/svgr-7-compiler-error/tree/b66511f30a53c3ba7b36df478a964b780bdef4ae
Expected behavior
No compiler error
Link to repl or repo (highly encouraged)
See https://github.com/1EDExg0ffyXfTEqdIUAYNZGnCeajIxMWd2vaQeP/svgr-7-compiler-error/tree/b66511f30a53c3ba7b36df478a964b780bdef4ae
System info
If v7 is not supported anymore, you can of course close this issue.