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" - } - ] + } }