aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-05-19 01:09:01 -0400
committerbobzel <zzzman@gmail.com>2024-05-19 01:09:01 -0400
commit2fc1fb7d322ab0950afb0d334c17aa93bd16f6c0 (patch)
tree9adbe1c32e4b66c7722469d50de3ce4a1a9a3a70 /tsconfig.json
parent47e3e54543b2b9a613d0029435794d2265e2a952 (diff)
parent2caf7b7bb80b663b6ba585f88cdbd2d725f8505e (diff)
Merge branch 'master' into keanu
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"]
}