From 3c35ebcbecc3bc98280197d633c49f6c8576d913 Mon Sep 17 00:00:00 2001 From: Danish Arora Date: Mon, 28 Oct 2024 19:08:49 +0530 Subject: [PATCH] chore: update tsconfig --- examples/buddybook/tsconfig.node.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/buddybook/tsconfig.node.json b/examples/buddybook/tsconfig.node.json index 0d3d714..6b474ff 100644 --- a/examples/buddybook/tsconfig.node.json +++ b/examples/buddybook/tsconfig.node.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "composite": true, "target": "ES2022", "lib": ["ES2023"], "module": "ESNext", @@ -10,7 +11,6 @@ "allowImportingTsExtensions": true, "isolatedModules": true, "moduleDetection": "force", - "noEmit": true, /* Linting */ "strict": true,