diff options
| author | bobzel <zzzman@gmail.com> | 2023-12-11 20:28:14 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-12-11 20:28:14 -0500 |
| commit | 14107b535800bc8eeb237f228d876fd8061c2394 (patch) | |
| tree | 7268e31cd8dc2614eb37168e0470187318785a15 | |
| parent | 07c30aed69dfa810ddb0b861ae2dc8e8f3a27356 (diff) | |
fixed warnings for array type definitions for lastElement
| -rw-r--r-- | tsconfig.json | 2 |
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" }, |
