Skip to content

Commit 53ea548

Browse files
author
Carlos Rufo
committed
fix allow import json files
1 parent 23719e5 commit 53ea548

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
@@ -6,7 +6,8 @@
66
"sourceMap": true,
77
"experimentalDecorators": true,
88
"emitDecoratorMetadata": true,
9-
"esModuleInterop": true
9+
"esModuleInterop": true,
10+
"resolveJsonModule": true
1011
},
1112
"include": ["src/**/*"],
1213
"exclude": ["node_modules", "dist", "**/*.spec.ts"]

0 commit comments

Comments
 (0)