From 7c17baac100c172bf775eeaa42e02b124a106d62 Mon Sep 17 00:00:00 2001 From: Noe Date: Fri, 6 Feb 2026 14:59:47 +0000 Subject: [PATCH] fix: add typeRoots configuration to tsconfig.json --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index ac82a78..750508a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,6 +12,7 @@ // Bundler mode "moduleResolution": "bundler", + "typeRoots": ["./node_modules/@types"], "allowImportingTsExtensions": true, "verbatimModuleSyntax": true, "noEmit": true,