aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-12-11 20:28:14 -0500
committerbobzel <zzzman@gmail.com>2023-12-11 20:28:14 -0500
commit14107b535800bc8eeb237f228d876fd8061c2394 (patch)
tree7268e31cd8dc2614eb37168e0470187318785a15
parent07c30aed69dfa810ddb0b861ae2dc8e8f3a27356 (diff)
fixed warnings for array type definitions for lastElement
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
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"
},