[Documentation](../README.md) / [Modules](../modules.md) / [@evmts/config](evmts_config.md) / defaultConfig

# Module: defaultConfig

## Table of contents

### Variables

- [defaultConfig](evmts_config.defaultConfig.md#defaultconfig)

## Variables

### defaultConfig

• `Const` **defaultConfig**: `Object`

The default CompilerConfig

#### Type declaration

| Name | Type |
| :------ | :------ |
| `foundryProject` | `boolean` |
| `libs` | `never`[] |
| `remappings` | {} |

#### Defined in

[bundler/config/src/config/withDefaults.js:6](https://github.com/evmts/evmts-monorepo/blob/main/bundler/config/src/config/withDefaults.js#L6)
