Skip to content

Commit 9189ba2

Browse files
Updated module + resolution props.
1 parent 14e0991 commit 9189ba2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
// --- STRONGLY RECOMMENDED ---
1212
// Enabling strict mode is a best practice that helps catch bugs early.
1313
"strict": true,
14-
"moduleResolution": "node",
15-
"module": "esnext",
14+
"moduleResolution": "node16",
15+
"module": "Node16",
1616
"target": "esnext",
1717
"jsx": "react-jsx",
1818
"esModuleInterop": true,

0 commit comments

Comments
 (0)