From c03798d1600ce4a9e10e7b2d90d1d0fe0793547a Mon Sep 17 00:00:00 2001 From: sarthak panigrahi Date: Wed, 2 Jul 2025 16:06:52 +0530 Subject: [PATCH 1/2] coopy --- dum.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 dum.js diff --git a/dum.js b/dum.js new file mode 100644 index 000000000000..e69de29bb2d1 From eb776370799883b25e4e99439955ba86bf60fc22 Mon Sep 17 00:00:00 2001 From: Sarthak Panigrahi Date: Sun, 8 Mar 2026 17:23:21 +0530 Subject: [PATCH 2/2] Fix issue --- compiler/apps/playground/tsconfig.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/compiler/apps/playground/tsconfig.json b/compiler/apps/playground/tsconfig.json index 1ead55cc96e7..55d0b209b952 100644 --- a/compiler/apps/playground/tsconfig.json +++ b/compiler/apps/playground/tsconfig.json @@ -6,9 +6,6 @@ "dom.iterable", "esnext" ], - "types": [ - "react/experimental" - ], "allowJs": true, "skipLibCheck": true, "strict": true, @@ -34,7 +31,6 @@ ".next/types/**/*.ts" ], "exclude": [ - "node_modules", - "../../../**" + "node_modules" ] }