Skip to content

Commit 237a6c6

Browse files
committed
Add moduleDetection to TypeScript config
1 parent 3f81dce commit 237a6c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"jsx": "react-jsx",
55
"lib": ["esnext", "dom"],
66
"module": "nodenext",
7+
"moduleDetection": "force",
78
"noEmit": true,
89
"noUncheckedIndexedAccess": true,
910
"plugins": [

0 commit comments

Comments
 (0)