Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/pages/docs/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -439,11 +439,13 @@ Setting the `staticRouter` option to `true` will add a small router runtime in p

## Use TypeScript Compiler

> ⚠️ This feature is currently not supported with TypeScript >= 7.x. Please see [this issue](https://github.com/ProjectEvergreen/greenwood/issues/1702) for more information and to follow along with the work.

Depending on the TypeScript features / JavaScript syntax you're using, you may need more then just Greenwood's default capability of only type _stripping_. For these cases where you want to use the full TypeScript compiler for transpilation, you'll want to [setup TypeScript for Greenwood](/docs/resources/typescript/) and set the `useTsc` flag.

<!-- prettier-ignore-start -->

<app-ctc-block variant="snippet">
<app-ctc-block variant="snippet" heading="greenwood.config.ts">

```js
export default {
Expand Down
Loading