From f7f734788c640810e77c4c1672f9ccc96860ed2d Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Thu, 24 Aug 2023 19:54:03 -0700 Subject: [PATCH] Update tsconfig.base.json --- .gitignore | 3 ++- tsconfig.base.json | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index abdc39118c..cc74a1bc7d 100644 --- a/.gitignore +++ b/.gitignore @@ -131,4 +131,5 @@ src/js/out/DebugPath.h make-dev-stats.csv -.uuid \ No newline at end of file +.uuid +tsconfig.tsbuildinfo \ No newline at end of file diff --git a/tsconfig.base.json b/tsconfig.base.json index 2c3b964dab..38798ab89e 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -6,7 +6,6 @@ "moduleResolution": "nodenext", "allowImportingTsExtensions": true, "noEmit": true, - "composite": true, "strict": true, "noImplicitAny": false, "allowJs": true,