# TSConfigJson

* jsx

  ```tsx
  import { TSConfigJson } from "@alloy-js/typescript";


  <TSConfigJson outDir="string" />
  ```

* stc

  ```ts
  import { TSConfigJson } from "@alloy-js/typescript/stc";


  TSConfigJson({ outDir: string }).children(children)
  ```

## Props

|        |                 |   |
| ------ | --------------- | - |
| outDir | optional string |   |
