What problem does this feature solve?
In Webpack there is a CLI option --disable-interpret to disable interpret
This is usual when you want to use custom loader for TS, for example I use tsimp
Can we add this flag to @rspack/cli?
What does the proposed API of configuration look like?
Here is an example of usage
npx rspack --disable-interpret