aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorsrichman333 <sarah_n_richman@brown.edu>2024-04-16 17:44:30 -0400
committersrichman333 <sarah_n_richman@brown.edu>2024-04-16 17:44:30 -0400
commiteb55f45eb18e07a006225713deedaf0083a74bf2 (patch)
treec15135ba2e2b9a7add6938c3567b2acb38cc4f14 /tsconfig.json
parent17cca384290a98b28c4f4a4d6bc4cf5edaef4573 (diff)
parent8925cc306bd7ee9a044a3fb2bc19dbb09c495515 (diff)
Merge branch 'master' into sarah-ai-visualization
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 680927421..6cdf87d06 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -13,13 +13,12 @@
"sourceMap": true,
"outDir": "dist",
"lib": ["dom", "es2017"],
- "typeRoots": ["node_modules/@types", "./src/typings", "./src/extensions/General"],
+ "typeRoots": ["./src/typings", "node_modules/@types", "./src/extensions/General"],
"resolveJsonModule": true,
"moduleResolution": "node"
- },
+ }
// "exclude": [
// "node_modules",
// "static"
// ],
- "typeRoots": ["./node_modules/@types", "./src/typings"]
}