From bc570e60bd061f5641eb81ef1f36e492f6534baf Mon Sep 17 00:00:00 2001 From: uwap Date: Sat, 3 Jan 2026 17:46:29 +0100 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 871820b..f792deb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,7 +22,7 @@ "emitDecoratorMetadata": true }, "include": [ - "next-env.d.ts", + "deps/Traveler/index.d.ts", "**/*.ts", "**/*.tsx", ],