src.nth.io/

summaryrefslogtreecommitdiff
path: root/scrypted/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'scrypted/tsconfig.json')
-rw-r--r--scrypted/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/scrypted/tsconfig.json b/scrypted/tsconfig.json
index 69cc356..fd0d0df 100644
--- a/scrypted/tsconfig.json
+++ b/scrypted/tsconfig.json
@@ -2,7 +2,7 @@
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
- "moduleResolution": "Node",
+ "moduleResolution": "Bundler",
"lib": ["ES2022", "DOM"],
"types": ["node"],
"strict": false,