From 0192929cc1ce2f67fe42680a2817da111cba8715 Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Thu, 2 Nov 2023 15:23:16 -0700 Subject: [PATCH] Set composite true --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 47dee24..8d9f4d0 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,