Type Alias: ModuleTypes
ts
type ModuleTypes = Record<
string,
| "js"
| "jsx"
| "ts"
| "tsx"
| "json"
| "text"
| "base64"
| "dataurl"
| "binary"
| "empty"
| "css"
| "asset"
>;
Defined in: src/options/types.ts:43