> ## Documentation Index
> Fetch the complete documentation index at: https://cdktn.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Typescript: TestingAppConfig

> CDKTN Core API Reference for TestingAppConfig in Typescript.

## Initializer <a name="Initializer" id="cdktn.TestingAppConfig.Initializer" />

```typescript theme={null}
import { TestingAppConfig } from 'cdktn'

const testingAppConfig: TestingAppConfig = { ... }
```

## Properties <a name="Properties" id="Properties" />

| **Name**                                                                                        | **Type**                              | **Description**   |
| ----------------------------------------------------------------------------------------------- | ------------------------------------- | ----------------- |
| <code><a href="#cdktn.TestingAppConfig.property.context">context</a></code>                     | <code>\{\[ key: string ]: any}</code> | *No description.* |
| <code><a href="#cdktn.TestingAppConfig.property.enableFutureFlags">enableFutureFlags</a></code> | <code>boolean</code>                  | *No description.* |
| <code><a href="#cdktn.TestingAppConfig.property.fakeCdktfJsonPath">fakeCdktfJsonPath</a></code> | <code>boolean</code>                  | *No description.* |
| <code><a href="#cdktn.TestingAppConfig.property.outdir">outdir</a></code>                       | <code>string</code>                   | *No description.* |
| <code><a href="#cdktn.TestingAppConfig.property.stackTraces">stackTraces</a></code>             | <code>boolean</code>                  | *No description.* |
| <code><a href="#cdktn.TestingAppConfig.property.stubVersion">stubVersion</a></code>             | <code>boolean</code>                  | *No description.* |

***

### `context`<sup>Optional</sup> <a name="context" id="cdktn.TestingAppConfig.property.context" />

```typescript theme={null}
public readonly context: {[ key: string ]: any};
```

* *Type:* \{\[ key: string ]: any}

***

### `enableFutureFlags`<sup>Optional</sup> <a name="enableFutureFlags" id="cdktn.TestingAppConfig.property.enableFutureFlags" />

```typescript theme={null}
public readonly enableFutureFlags: boolean;
```

* *Type:* boolean

***

### `fakeCdktfJsonPath`<sup>Optional</sup> <a name="fakeCdktfJsonPath" id="cdktn.TestingAppConfig.property.fakeCdktfJsonPath" />

```typescript theme={null}
public readonly fakeCdktfJsonPath: boolean;
```

* *Type:* boolean

***

### `outdir`<sup>Optional</sup> <a name="outdir" id="cdktn.TestingAppConfig.property.outdir" />

```typescript theme={null}
public readonly outdir: string;
```

* *Type:* string

***

### `stackTraces`<sup>Optional</sup> <a name="stackTraces" id="cdktn.TestingAppConfig.property.stackTraces" />

```typescript theme={null}
public readonly stackTraces: boolean;
```

* *Type:* boolean

***

### `stubVersion`<sup>Optional</sup> <a name="stubVersion" id="cdktn.TestingAppConfig.property.stubVersion" />

```typescript theme={null}
public readonly stubVersion: boolean;
```

* *Type:* boolean

***
