From 02278734fdf6d4f6dbff1f734c1780c7b4dd6ad7 Mon Sep 17 00:00:00 2001 From: derekvmcintire Date: Thu, 9 Jan 2025 17:01:58 -0500 Subject: [PATCH] Don't override includes --- heat-stack/tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/heat-stack/tsconfig.json b/heat-stack/tsconfig.json index 8536dd80..912809b9 100644 --- a/heat-stack/tsconfig.json +++ b/heat-stack/tsconfig.json @@ -1,5 +1,4 @@ { - "include": ["**/*.ts", "**/*.tsx"], //Include all TypeScript (.ts) and TypeScript with JSX (.tsx) files in the project directory and its subdirectories. "extends": ["@epic-web/config/typescript"], // Uses a shared TypeScript configuration provided by the @epic-web package as the base. "compilerOptions": { "target": "ES2018", // Compile TypeScript code to ECMAScript 2018.