From 14107b535800bc8eeb237f228d876fd8061c2394 Mon Sep 17 00:00:00 2001 From: bobzel Date: Mon, 11 Dec 2023 20:28:14 -0500 Subject: fixed warnings for array type definitions for lastElement --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 8014877f5..680927421 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,7 @@ "sourceMap": true, "outDir": "dist", "lib": ["dom", "es2017"], - "typeRoots": ["node_modules/@types", "./src/typings"], + "typeRoots": ["node_modules/@types", "./src/typings", "./src/extensions/General"], "resolveJsonModule": true, "moduleResolution": "node" }, -- cgit v1.2.3-70-g09d2