Skip to content

Commit 1837db8

Browse files
authored
Remove resolveJsonModule option from tsconfig
node20 and nodenext imply resolveJsonModule microsoft/TypeScript#61805 (comment)
1 parent be290f7 commit 1837db8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"noUnusedLocals": true,
2222
"noUnusedParameters": true,
2323

24-
"resolveJsonModule": false, // ESM doesn't support JSON modules.
2524
"rewriteRelativeImportExtensions": true,
2625
"skipLibCheck": true,
2726
"sourceMap": true,

0 commit comments

Comments
 (0)