aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-04-04 21:57:38 -0400
committerbobzel <zzzman@gmail.com>2024-04-04 21:57:38 -0400
commite9beb7f86c50b460bb2a7a5b5d4136d0571ef2d3 (patch)
tree76ce4ec6ea35aee65fecb3e6cb2b2e988fe47468 /tsconfig.json
parent63a4516c0bf6d5ece7601ea76ed7628e6a0e6ee7 (diff)
trying to get start-release to work
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 680927421..dd9a66bc0 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -13,7 +13,7 @@
"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"
},
@@ -21,5 +21,6 @@
// "node_modules",
// "static"
// ],
- "typeRoots": ["./node_modules/@types", "./src/typings"]
+
+ "typeRoots": ["./src/typings", "./node_modules/@types"]
}