aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
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"]
}