From f7a5605074e655649c309673d038bc4528499083 Mon Sep 17 00:00:00 2001 From: dylan <> Date: Mon, 25 Mar 2024 00:37:30 -0700 Subject: [PATCH] tsconfig --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index cdad39c..1df349f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "moduleResolution": "node", "jsx": "react-jsx", "allowImportingTsExtensions": true, + "noEmit": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "strict": true,