Skip to content

Commit 8f32b9f

Browse files
authored
fix: revert resolveJsonModule in tsconfig (#8310)
1 parent 0c01161 commit 8f32b9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"declarationMap": true,
99
"skipLibCheck": true,
1010
"checkJs": false,
11-
"preserveWatchOutput": true,
12-
"resolveJsonModule": true
11+
"preserveWatchOutput": true
1312
}
1413
}

0 commit comments

Comments
 (0)