diff --git a/apps/doc-gen/tsconfig.json b/apps/doc-gen/tsconfig.json index 5aab5e7911..f33ee36705 100644 --- a/apps/doc-gen/tsconfig.json +++ b/apps/doc-gen/tsconfig.json @@ -2,6 +2,8 @@ "extends": "../../tsconfig.base.json", "compilerOptions": { "jsx": "react-jsx", + "target": "ES2022", + "lib": ["ES2015", "ES2016", "ES2018"], "allowJs": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true