Type Alias: ModuleTypes
ts
type ModuleTypes = Record<
string,
| 'js'
| 'jsx'
| 'ts'
| 'tsx'
| 'json'
| 'text'
| 'base64'
| 'dataurl'
| 'binary'
| 'empty'
| 'css'
| 'asset'
>Defined in: node_modules/.pnpm/rolldown@1.0.0-beta.53/node_modules/rolldown/dist/shared/define-config-BS8Bt-r8.d.mts:1347