---
title: ScriptImportMap
source: https://github.com/remix-run/remix/blob/main/packages/assets/src/lib/scripts/compiler.ts#L51
---

# ScriptImportMap

## Signature

```ts
type ScriptImportMap = {
  imports: Record<string, string>
  scopes?: Record<string, Record<string, string>>
}

```