aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-04-05 12:57:01 -0400
committerbobzel <zzzman@gmail.com>2024-04-05 12:57:01 -0400
commitf2d69cd694c0c037679bc585bd81eece275f59fb (patch)
treea70f53650848a03b2eece533e86fac8b53c274b8 /tsconfig.json
parentd8c544861ae839b88f45d56251a4065812d3b08d (diff)
more typings cleanup
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/tsconfig.json b/tsconfig.json
index dd9a66bc0..6cdf87d06 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -16,11 +16,9 @@
"typeRoots": ["./src/typings", "node_modules/@types", "./src/extensions/General"],
"resolveJsonModule": true,
"moduleResolution": "node"
- },
+ }
// "exclude": [
// "node_modules",
// "static"
// ],
-
- "typeRoots": ["./src/typings", "./node_modules/@types"]
}