From 642000b975cbccd866df30c35102d7a41d5ccfcb Mon Sep 17 00:00:00 2001 From: danielbarra24 <72272441+danielbarra24@users.noreply.github.com> Date: Tue, 18 Oct 2022 23:30:52 -0400 Subject: [PATCH] minor change --- tsconfig.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index b5d9c56b..d3c05e2b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -67,13 +67,5 @@ /* Advanced Options */ "skipLibCheck": true /* Skip type checking of declaration files. */, "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */ - }, - "references": [ - { - "path": "./client/tsconfig.ref.json" - }, - { - "path": "./server/tsconfig.ref.json" - } - ] + } }