Skip to content

Commit 070e13b

Browse files
committed
apologize to the json gods
1 parent 88e6640 commit 070e13b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"skipLibCheck": true,
1414
"strict": true,
1515
"target": "es2020",
16-
"baseUrl": "src/"
16+
"baseUrl": "src/",
17+
"resolveJsonModule": true
1718
},
1819
"include": ["**/*"],
1920
"exclude": ["node_modules/", "_jest"],

0 commit comments

Comments
 (0)