From 35562692e46d4282e259eff8c939f78a825a8cb7 Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Sun, 2 Apr 2023 23:55:24 +0200 Subject: [PATCH] build: update tsconfig --- tsconfig.json | 2 +- tsconfig.config.json => tsconfig.node.json | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tsconfig.config.json => tsconfig.node.json (100%) 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