From a8bed616e58dd338679be9339234e5c8dd7f03c5 Mon Sep 17 00:00:00 2001 From: Lars van Vianen Date: Sat, 7 Sep 2024 09:52:20 +0200 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index dbefbc1..ed0faee 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -41,7 +41,7 @@ "typeRoots": [ /* Specify multiple folders that act like `./node_modules/@types`. */ "node_modules/@types" ], - // "types": [], /* Specify type package names to be included without being referenced in a source file. */ + "types": ["node"], /* Specify type package names to be included without being referenced in a source file. */ // "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */ // "resolveJsonModule": true, /* Enable importing .json files */ // "noResolve": true, /* Disallow `import`s, `require`s or ``s from expanding the number of files TypeScript should add to a project. */