Skip to content

Commit 7512f68

Browse files
committed
build: update typescript build config
1 parent 09687fb commit 7512f68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"suppressImplicitAnyIndexErrors": true,
1919
"noUnusedLocals": true,
2020
"noUnusedParameters": true,
21-
"esModuleInterop": true
21+
"esModuleInterop": true,
22+
"resolveJsonModule": true
2223
},
2324
"include": ["src"],
2425
"exclude": ["node_modules", "dist"]

0 commit comments

Comments
 (0)