diff --git a/tsconfig.json b/tsconfig.json index 8d23599..cb2043b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,7 @@ "references": [ { - "path": "./tsconfig.config.json" + "path": "./tsconfig.node.json" } ] } diff --git a/tsconfig.config.json b/tsconfig.node.json similarity index 100% rename from tsconfig.config.json rename to tsconfig.node.json