diff --git a/tsconfig.json b/tsconfig.json index a7fc6fb..6d545f5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,6 +20,5 @@ "noUnusedParameters": true, "noFallthroughCasesInSwitch": true }, - "include": ["src"], - "references": [{ "path": "./tsconfig.node.json" }] + "include": ["src"] }