Skip to content

Commit 0e2a9a0

Browse files
committed
revert resolveJsonModule flag
1 parent 140d079 commit 0e2a9a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/lit-dev-content/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"incremental": true,
77
"composite": true,
88
"tsBuildInfoFile": "lib/.tsbuildinfo",
9-
"skipLibCheck": true,
10-
"resolveJsonModule": true
9+
"skipLibCheck": true
1110
},
1211
"include": ["src/**/*.ts", "src/**/*.json"],
1312
"exclude": []

0 commit comments

Comments
 (0)