From f404c68fc922c1497515b15eb9e1f6d87a688f3d Mon Sep 17 00:00:00 2001 From: rubiesonthesky <2591240+rubiesonthesky@users.noreply.github.com> Date: Mon, 10 Jul 2023 20:39:35 +0300 Subject: [PATCH] chore(website): fix website build --- packages/website/tsconfig.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/website/tsconfig.json b/packages/website/tsconfig.json index 180442ef93a5..b1aee3037da9 100644 --- a/packages/website/tsconfig.json +++ b/packages/website/tsconfig.json @@ -1,8 +1,6 @@ { "extends": "../../tsconfig.base.json", "compilerOptions": { - "module": "NodeNext", - "moduleResolution": "NodeNext", "allowJs": true, "esModuleInterop": true, "jsx": "react",