Skip to content

Commit 25292de

Browse files
benoitfclaude
andcommitted
chore(tsconfig): use bundler type for new inversify
inversify v8 is ESM only so we need to use 'bundler' type else we have an error Co-authored-by: Claude <noreply@anthropic.com>
1 parent 8a6e265 commit 25292de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"strict": true,
44
"target": "esnext",
55
"module": "esnext",
6-
"moduleResolution": "Node",
6+
"moduleResolution": "Bundler",
77
"resolveJsonModule": true,
88
"lib": ["ES2017", "webworker", "dom"],
99
"sourceMap": true,

0 commit comments

Comments
 (0)