From 84c89769f1552eb7f1e4ddf664720d5d7edee374 Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Thu, 14 Dec 2023 10:58:53 -0800 Subject: [PATCH] Revert "Set composite true in tsconfig.json" This reverts commit 48a33415058ba3e8e89a9ae6f557508c0d34610e. --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index a39b5e87..13ad1919 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,13 +1,13 @@ { "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { - "composite": true, "noEmit": true, "strict": true, "module": "nodenext", "esModuleInterop": true, "target": "es2021", "jsx": "react-jsx", + "declaration": true, "sourceMap": true, "newLine": "lf", "verbatimModuleSyntax": true,