From d6e43a3c6506264e0f3bd37e25d05a427bf8a017 Mon Sep 17 00:00:00 2001 From: mahdi Date: Sun, 25 Aug 2024 13:13:52 +0330 Subject: [PATCH] refactor: changed 'global.d.ts' to 'gland.d.ts' in include path --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 1058c44..4993bd4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,5 +14,5 @@ "resolveJsonModule": true, "typeRoots": ["node_modules/@types", "lib/types"] }, - "include": ["lib/**/*.ts", "/*.ts", "lib/types/global.d.ts"] + "include": ["lib/**/*.ts", "/*.ts", "lib/types/gland.d.ts"] }