Skip to content

Commit ba37e8d

Browse files
committed
allow json resolve
1 parent b0707ad commit ba37e8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"compilerOptions": {
33
"allowJs": true,
4+
"resolveJsonModule": true,
45
"strictNullChecks": true,
56
"outDir": "dist",
67
"sourceMap": true,

0 commit comments

Comments
 (0)