diff --git a/src/pages/docs/reference/configuration.md b/src/pages/docs/reference/configuration.md index 8761707e..83790ccd 100644 --- a/src/pages/docs/reference/configuration.md +++ b/src/pages/docs/reference/configuration.md @@ -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. - + ```js export default {