From 2193e785435067a45668abfdfac43864569a0dc5 Mon Sep 17 00:00:00 2001 From: r3dDoX <1119248+r3dDoX@users.noreply.github.com> Date: Thu, 26 Sep 2024 13:28:49 +0200 Subject: [PATCH] add specific types and package --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 3e0ba0a..875c883 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,8 +18,8 @@ "baseUrl": "./", "outDir": "./dist", "declaration": true, - "typeRoots": [ - "./node_modules/@types" + "types": [ + "node" ] }, "include": [