---
title: Config Options for elm
sidebar_label: elm
---
| Option | Description | Values | Default |
| ------ | ----------- | ------ | ------- |
|elmVersion|Elm version: 0.18, 0.19|
- **0.19**
- Elm 0.19
- **0.18**
- Elm 0.18
|0.19|
|elmPrefixCustomTypeVariants|Prefix custom type variants| |false|
|elmEnableCustomBasePaths|Enable setting the base path for each request| |false|
|elmEnableHttpRequestTrackers|Enable adding a tracker to each http request| |false|
## IMPORT MAPPING
| Type/Alias | Imports |
| ---------- | ------- |
## INSTANTIATION TYPES
| Type/Alias | Instantiated By |
| ---------- | --------------- |
|array|List|
|map|Dict|
## LANGUAGE PRIMITIVES
- Float
- Bool
- Dict
- List
- String
- Int
## RESERVED WORDS
- import
- in
- module
- then
- type
- exposing
- as
- port
- else
- of
- let
- where
- if
- case