From e36c8cb39504484090001140aa7f6150fee7acdd Mon Sep 17 00:00:00 2001 From: Mofei Zhang Date: Wed, 30 Aug 2023 10:36:46 -0700 Subject: [PATCH] [patch] tsconfig: unbreak vercel build on main --- compiler/packages/react-forget-runtime/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/packages/react-forget-runtime/tsconfig.json b/compiler/packages/react-forget-runtime/tsconfig.json index 4420706d67..1e65c25709 100644 --- a/compiler/packages/react-forget-runtime/tsconfig.json +++ b/compiler/packages/react-forget-runtime/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16-strictest/tsconfig.json", + "extends": "@tsconfig/node18-strictest/tsconfig.json", "compilerOptions": { "declaration": true, "outDir": "dist",